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 7e8da09

Browse filesBrowse files
committed
fixed typo (closes symfony#8)
1 parent 1473eec commit 7e8da09
Copy full SHA for 7e8da09

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎book/part4.rst

Copy file name to clipboardExpand all lines: book/part4.rst
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ There are a few new things in the code::
208208
$routes->add('hello', new Routing\Route('/hello/{name}', array('name' => 'World')));
209209
$routes->add('bye', new Routing\Route('/bye'));
210210
211+
return $routes;
212+
211213
We now have a clear separation between the configuration (everything
212214
specific to our application in ``app.php``) and the framework (the generic
213215
code that powers our application in ``front.php``).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.