mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:54:04 +00:00
Fix method/property
This commit is contained in:
parent
bcf777da6b
commit
e75aefb65e
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
// Make sure Tenancy is stateful.
|
||||
$this->app->singleton(Tenancy::class);
|
||||
|
||||
if (static::bootstrapFeatures()) {
|
||||
$this->bootstrapFeatures;
|
||||
if ($this->bootstrapFeatures) {
|
||||
static::bootstrapFeatures();
|
||||
}
|
||||
|
||||
// Make it possible to inject the current tenant by typehinting the Tenant contract.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue