INA-7 | fix routes file
This commit is contained in:
parent
a02bbe5cc9
commit
e626896732
1 changed files with 1 additions and 1 deletions
|
|
@ -127,6 +127,6 @@ class RouteServiceProvider extends ServiceProvider
|
|||
Route::prefix('')
|
||||
->middleware('vendor')
|
||||
->namespace($this->namespace)
|
||||
->group(base_path('routes/contact.php'));
|
||||
->group(base_path('routes/vendor.php'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue