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('')
|
Route::prefix('')
|
||||||
->middleware('vendor')
|
->middleware('vendor')
|
||||||
->namespace($this->namespace)
|
->namespace($this->namespace)
|
||||||
->group(base_path('routes/contact.php'));
|
->group(base_path('routes/vendor.php'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user