From d62e50e8d83d683a518ee1a7e1220cb67160e456 Mon Sep 17 00:00:00 2001 From: 199ocero <199ocero@gmail.com> Date: Thu, 28 Dec 2023 19:24:37 +0800 Subject: [PATCH] disable spatie service provider --- tests/TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 277257d..4cefa43 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -43,8 +43,8 @@ protected function getPackageProviders($app) InfolistsServiceProvider::class, LivewireServiceProvider::class, NotificationsServiceProvider::class, - SpatieLaravelSettingsPluginServiceProvider::class, - SpatieLaravelTranslatablePluginServiceProvider::class, + // SpatieLaravelSettingsPluginServiceProvider::class, + // SpatieLaravelTranslatablePluginServiceProvider::class, SupportServiceProvider::class, TablesServiceProvider::class, WidgetsServiceProvider::class,