From 20996bfd475c4b4444f8a45a29e4f3fcf91259b2 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 20 Feb 2023 10:31:12 +0100 Subject: [PATCH] Delete ViteBundler remains --- assets/config.php | 1 - src/Features/ViteBundler.php | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 src/Features/ViteBundler.php diff --git a/assets/config.php b/assets/config.php index 7fc6c928..25811222 100644 --- a/assets/config.php +++ b/assets/config.php @@ -286,7 +286,6 @@ return [ // Stancl\Tenancy\Features\TelescopeTags::class, // Stancl\Tenancy\Features\TenantConfig::class, // https://tenancyforlaravel.com/docs/v3/features/tenant-config // Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancyforlaravel.com/docs/v3/features/cross-domain-redirect - // Stancl\Tenancy\Features\ViteBundler::class, ], /** diff --git a/src/Features/ViteBundler.php b/src/Features/ViteBundler.php deleted file mode 100644 index e3fee2fa..00000000 --- a/src/Features/ViteBundler.php +++ /dev/null @@ -1,26 +0,0 @@ -app = $app; - } - - public function bootstrap(Tenancy $tenancy): void - { - $this->app->singleton(\Illuminate\Foundation\Vite::class, Vite::class); - } -}