Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9838438

Browse filesBrowse files
committed
[#4293] Fixing bad path
1 parent 2cd6646 commit 9838438
Copy full SHA for 9838438

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎cookbook/controller/error_pages.rst

Copy file name to clipboardExpand all lines: cookbook/controller/error_pages.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.