Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9686ff3

Browse files
committed
remove useless method
1 parent c143aec commit 9686ff3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ public function __construct(Environment $twig = null, UriSigner $signer = null,
4242
$this->charset = $charset;
4343
}
4444

45-
/**
46-
* Sets the Twig instance to use to render the default content.
47-
*/
48-
public function setTemplating(?Environment $twig)
49-
{
50-
$this->twig = $twig;
51-
}
52-
5345
/**
5446
* Checks if a templating engine has been set.
5547
*

0 commit comments

Comments
 (0)