mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:04:03 +00:00
Map tenant routes using the SP - fix #10
This commit is contained in:
parent
aabe48b54a
commit
394f792ec9
3 changed files with 26 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
Route::middlewareGroup('tenancy', [
|
||||
\Stancl\Tenancy\Middleware\InitializeTenancy::class
|
||||
]);
|
||||
|
||||
$this->app->register(TenantRouteServiceProvider::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue