Fix the module stubs and sample module for admin closes #201
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
# This is the admin path. Comment this out if you don't have
|
||||
# an admin panel component.
|
||||
# This is the admin path. Comment this out if you don't have an admin panel component.
|
||||
Route::group([], function () {
|
||||
Route::get('/', 'AdminController@index');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user