diff --git a/src/Listeners/BootstrapFeatures.php b/src/Listeners/BootstrapFeatures.php deleted file mode 100644 index 8ebbd6ec..00000000 --- a/src/Listeners/BootstrapFeatures.php +++ /dev/null @@ -1,23 +0,0 @@ -app['config']['tenancy.features'] ?? [] as $feature) { - $this->app[$feature]->bootstrap($event->tenancy); - } - } -}