mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 17:04:03 +00:00
Pass $this to bootstrap()
This commit is contained in:
parent
805644f85b
commit
d68d221c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class TenantManagerv2
|
||||||
protected function bootstrapFeatures(): self
|
protected function bootstrapFeatures(): self
|
||||||
{
|
{
|
||||||
foreach ($this->app['config']['tenancy.features'] as $feature) {
|
foreach ($this->app['config']['tenancy.features'] as $feature) {
|
||||||
$this->app[$feature]->bootstrap();
|
$this->app[$feature]->bootstrap($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue