Commit daa91818 authored by Taylor Otwell's avatar Taylor Otwell

Tweak routes.php documentation.

parent 0344d74c
......@@ -28,7 +28,7 @@ return array(
| return 'Hello World!';
| }
|
| Here's how to allow URI wildcards using the (:num) or (:any) place-holders:
| It's easy to allow URI wildcards using the (:num) or (:any) place-holders:
|
| 'GET /hello/(:any)' => function($name)
| {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment