mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
Add universal MW group
This commit is contained in:
parent
04d0e79555
commit
09bc56af2f
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ class TenancyServiceProvider extends ServiceProvider
|
||||||
Middleware\PreventAccessFromTenantDomains::class,
|
Middleware\PreventAccessFromTenantDomains::class,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Route::middlewareGroup('universal', []);
|
||||||
|
|
||||||
$this->loadRoutesFrom(__DIR__ . '/routes.php');
|
$this->loadRoutesFrom(__DIR__ . '/routes.php');
|
||||||
|
|
||||||
$this->app->singleton('globalUrl', function ($app) {
|
$this->app->singleton('globalUrl', function ($app) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue