diff --git a/src/Symfony/Bundle/TwigBundle/AppVariable.php b/src/Symfony/Bridge/Twig/AppVariable.php similarity index 99% rename from src/Symfony/Bundle/TwigBundle/AppVariable.php rename to src/Symfony/Bridge/Twig/AppVariable.php index f40cba5cd1..6851214b31 100644 --- a/src/Symfony/Bundle/TwigBundle/AppVariable.php +++ b/src/Symfony/Bridge/Twig/AppVariable.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Bundle\TwigBundle; +namespace Symfony\Bridge\Twig; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RequestStack; diff --git a/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml b/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml index 41f9c2d361..2d46cdb5aa 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml +++ b/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml @@ -38,7 +38,7 @@ - + %kernel.environment% %kernel.debug%