mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
introduce code style issues
This commit is contained in:
parent
42dab2985a
commit
7ff86a2bd8
1 changed files with 0 additions and 2 deletions
|
|
@ -31,7 +31,6 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
foreach ($this->app['config']['tenancy.features'] ?? [] as $feature) {
|
||||
$this->app[$feature]->bootstrap($tenancy);
|
||||
}
|
||||
|
||||
return $tenancy;
|
||||
});
|
||||
|
||||
|
|
@ -49,7 +48,6 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
if (method_exists($bootstrapper, '__constructStatic')) {
|
||||
$bootstrapper::__constructStatic($this->app);
|
||||
}
|
||||
|
||||
$this->app->singleton($bootstrapper);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue