Removed cleanup method.

This commit is contained in:
James Cole 2014-11-25 20:47:33 +01:00
parent a5b13aa67f
commit 918041258e

View File

@ -125,7 +125,6 @@ Route::bind(
}
);
Route::get('/cleanup', ['uses' => 'HomeController@cleanup', 'as' => 'cleanup']);
// protected routes:
Route::group(
['before' => 'auth'], function () {