From b0a80224c798382d4ef38fff236107fe241d54cb Mon Sep 17 00:00:00 2001 From: TobiasPlaten <108172903+TobiasPlaten@users.noreply.github.com> Date: Fri, 3 May 2024 15:24:38 +0200 Subject: [PATCH] Switch Kernel Class --- src/Http/Services/CommandService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Services/CommandService.php b/src/Http/Services/CommandService.php index c796d73..3f37582 100644 --- a/src/Http/Services/CommandService.php +++ b/src/Http/Services/CommandService.php @@ -2,7 +2,7 @@ namespace HusamTariq\FilamentDatabaseSchedule\Http\Services; -use App\Console\Kernel; +use Illuminate\Contracts\Console\Kernel; use Illuminate\Support\Collection; class CommandService