Let router be inherited by route script.

This commit is contained in:
Taylor Otwell
2014-09-24 09:49:21 -05:00
parent 076d86bf26
commit 692c9667c7
2 changed files with 3 additions and 2 deletions

View File

@@ -11,4 +11,4 @@
|
*/
Route::get('/', 'HomeController@index');
$router->get('/', 'HomeController@index');