Skip to content

Commit 7e8da09

Browse files
committed
fixed typo (closes #8)
1 parent 1473eec commit 7e8da09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

book/part4.rst

Lines 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)