mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14: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
|
||||
{
|
||||
foreach ($this->app['config']['tenancy.features'] as $feature) {
|
||||
$this->app[$feature]->bootstrap();
|
||||
$this->app[$feature]->bootstrap($this);
|
||||
}
|
||||
|
||||
return $this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue