From 7b95becb3d9a17668d8dc73dcdf877571110c056 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Fri, 25 Nov 2022 16:15:59 +0500 Subject: [PATCH] Delete BootstrapFeatures.php --- src/Listeners/BootstrapFeatures.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/Listeners/BootstrapFeatures.php 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); - } - } -}