1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-10-14 18:11:47 +00:00 committed by StyleCI Bot
parent dbed57fcf8
commit 529607cd56

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.