Fix the module stubs and sample module for admin closes #201
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
# an admin panel component.
|
||||
Route::group([], function () {
|
||||
Route::get('/', 'AdminController@index');
|
||||
Route::get('/create', 'AdminController@create');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user