Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit7e8da09

Browse files
committed
fixed typo (closes#8)
1 parent1473eec commit7e8da09

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)

[8]ページ先頭

©2009-2025 Movatter.jp