Finishing up auth re-write.

This commit is contained in:
Taylor Otwell
2012-05-01 11:33:10 -05:00
parent 60f61f318b
commit 60ab0b66e7
5 changed files with 21 additions and 64 deletions

View File

@@ -19,7 +19,7 @@
|
| You can even respond to more than one URI:
|
| Route::post('hello, world', function()
| Route::post(array('hello', 'world'), function()
| {
| return 'Hello World!';
| });