mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:14:05 +00:00
Merge branch 'controller-constructor' of github.com:stancl/tenancy into controller-constructor
This commit is contained in:
commit
d6550da2c8
1 changed files with 1 additions and 2 deletions
|
|
@ -82,8 +82,7 @@ class TenancyServiceProvider extends ServiceProvider
|
||||||
|
|
||||||
$this->app->make(Kernel::class)->prependMiddleware(Middleware\InitializeTenancy::class);
|
$this->app->make(Kernel::class)->prependMiddleware(Middleware\InitializeTenancy::class);
|
||||||
|
|
||||||
|
/*
|
||||||
/**
|
|
||||||
* Since tenancy is initialized in the global middleware stack, this
|
* Since tenancy is initialized in the global middleware stack, this
|
||||||
* middleware group acts mostly as a 'flag' for the PreventAccess
|
* middleware group acts mostly as a 'flag' for the PreventAccess
|
||||||
* middleware to decide whether the request should be aborted.
|
* middleware to decide whether the request should be aborted.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue