1
0
Fork 0
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:
abrardev99-bot 2022-10-13 09:20:07 +05:00 committed by GitHub
parent 42dab2985a
commit 7ff86a2bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}