Skip to content

Commit

Permalink
Merge pull request #5 from a21ns1g4ts/patch-2
Browse files Browse the repository at this point in the history
Fix missing import from FilamentDatabaseScheduleServiceProvider.php
  • Loading branch information
husam-tariq authored Jul 2, 2023
2 parents e63e131 + 6eca310 commit 8880066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FilamentDatabaseScheduleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use HusamTariq\FilamentDatabaseSchedule\Console\Commands\ScheduleClearCacheCommand;
use HusamTariq\FilamentDatabaseSchedule\Console\Commands\TestJobCommand;
use HusamTariq\FilamentDatabaseSchedule\Console\Scheduling\Schedule;
use Illuminate\Support\Facades\Schema;
use HusamTariq\FilamentDatabaseSchedule\Filament\Resources\ScheduleResource;
use HusamTariq\FilamentDatabaseSchedule\Observer\ScheduleObserver;
use Spatie\LaravelPackageTools\Package;
Expand Down

0 comments on commit 8880066

Please sign in to comment.