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