parent
f3c6e1148c
commit
bdd73414c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
Route::group(['middleware' => ['web', 'lookup:user', 'auth:user'], 'namespace' => 'Modules\$MODULE_NAME\Http\Controllers'], function()
|
||||
Route::group(['middleware' => ['web', 'lookup:user', 'auth:user'], 'namespace' => 'Modules\$MODULE_NAME$\Http\Controllers'], function()
|
||||
{
|
||||
Route::get('settings/$LOWER_NAME$', function() {
|
||||
return view('$LOWER_NAME$::settings');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue