diff --git a/src/Symfony/Framework/FoundationBundle/Resources/config/templating.xml b/src/Symfony/Framework/FoundationBundle/Resources/config/templating.xml index 54d7196bbddd..f0d1a2481a6e 100644 --- a/src/Symfony/Framework/FoundationBundle/Resources/config/templating.xml +++ b/src/Symfony/Framework/FoundationBundle/Resources/config/templating.xml @@ -12,11 +12,11 @@ Symfony\Components\Templating\Helper\JavascriptsHelper Symfony\Components\Templating\Helper\StylesheetsHelper Symfony\Components\Templating\Helper\SlotsHelper - Symfony\Framework\FoundationBundle\Helper\AssetsHelper - Symfony\Framework\FoundationBundle\Helper\ActionsHelper - Symfony\Framework\FoundationBundle\Helper\RouterHelper - Symfony\Framework\FoundationBundle\Helper\RequestHelper - Symfony\Framework\FoundationBundle\Helper\UserHelper + Symfony\Framework\FoundationBundle\Templating\Helper\AssetsHelper + Symfony\Framework\FoundationBundle\Templating\Helper\ActionsHelper + Symfony\Framework\FoundationBundle\Templating\Helper\RouterHelper + Symfony\Framework\FoundationBundle\Templating\Helper\RequestHelper + Symfony\Framework\FoundationBundle\Templating\Helper\UserHelper false null diff --git a/src/Symfony/Framework/FoundationBundle/Helper/ActionsHelper.php b/src/Symfony/Framework/FoundationBundle/Templating/Helper/ActionsHelper.php similarity index 97% rename from src/Symfony/Framework/FoundationBundle/Helper/ActionsHelper.php rename to src/Symfony/Framework/FoundationBundle/Templating/Helper/ActionsHelper.php index 4938b6e9c807..415ccaed8c6d 100644 --- a/src/Symfony/Framework/FoundationBundle/Helper/ActionsHelper.php +++ b/src/Symfony/Framework/FoundationBundle/Templating/Helper/ActionsHelper.php @@ -1,6 +1,6 @@