Some minor code cleanup.

This commit is contained in:
James Cole
2016-01-27 21:52:21 +01:00
parent 57a3f20c13
commit 3d69dc786d
8 changed files with 59 additions and 56 deletions

View File

@@ -21,7 +21,6 @@ Route::group(
Route::post('/password/reset', 'Auth\PasswordController@reset');
//Route::get('/home', 'HomeController@index');
}
);