mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
INA-7 | fix routes file
This commit is contained in:
parent
a02bbe5cc9
commit
e626896732
@ -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…
x
Reference in New Issue
Block a user