diff --git a/src/TenantManagerv2.php b/src/TenantManagerv2.php index 11b6c797..ee22f204 100644 --- a/src/TenantManagerv2.php +++ b/src/TenantManagerv2.php @@ -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;