1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:44:04 +00:00

Merge branch 'controller-constructor' of github.com:stancl/tenancy into controller-constructor

This commit is contained in:
Samuel Štancl 2019-10-14 20:15:01 +02:00
commit d6550da2c8

View file

@ -82,8 +82,7 @@ class TenancyServiceProvider extends ServiceProvider
$this->app->make(Kernel::class)->prependMiddleware(Middleware\InitializeTenancy::class);
/**
/*
* Since tenancy is initialized in the global middleware stack, this
* middleware group acts mostly as a 'flag' for the PreventAccess
* middleware to decide whether the request should be aborted.