Skip to content

Commit 9838438

Browse files
committed
[symfony#4293] Fixing bad path
1 parent 2cd6646 commit 9838438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/controller/error_pages.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ To use this feature, you need to have a definition in your
189189
190190
$collection = new RouteCollection();
191191
$collection->addCollection(
192-
$loader->import("@AcmeHelloBundle/Resources/config/routing.php")
192+
$loader->import('@TwigBundle/Resources/config/routing/errors.xml')
193193
);
194194
$collection->addPrefix("/error");
195195

0 commit comments

Comments
 (0)