Fixed incorrect module name expansion (#2971)
This commit is contained in:
parent
e106eda7e2
commit
f3c6e1148c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
Route::group(['middleware' => ['web', 'lookup:user', 'auth:user'], 'namespace' => 'Modules\Manufacturer\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