remove old Controller

This commit is contained in:
Piethein Strengholt
2018-05-10 22:16:30 +02:00
parent bda6df2d0c
commit 3e1cea3734
2 changed files with 0 additions and 15 deletions

View File

@@ -15,7 +15,6 @@ Route::get('/', function () {
return view('welcome');
});
Route::get('/order', 'OrderController@index');
Auth::routes();
Route::get('/home', 'HomeController@index')->name('home');