Skip to content

Commit c21ebbb

Browse files
author
Hugo Hamon
committed
[components] [templating] fixed wrong namespace.
1 parent 4640ed8 commit c21ebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sub-template to set its parent template.
8787
To use template inheritance, the :class:`Symfony\\Component\\Templating\\Helper\\SlotsHelper`
8888
helper must be registered::
8989

90-
use Symfony\Templating\Helper\SlotsHelper;
90+
use Symfony\Component\Templating\Helper\SlotsHelper;
9191

9292
$view->set(new SlotsHelper());
9393

0 commit comments

Comments
 (0)