#19 - year periods #25

Merged
Baakoma merged 3 commits from #19-year-period into main 2022-01-19 11:00:17 +01:00
Showing only changes of commit 2dff7995b1 - Show all commits

View File

@@ -7,17 +7,13 @@ namespace Toby\Jobs;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
use Illuminate\Support\Carbon;
use Toby\Models\YearPeriod;
class CheckYearPeriod implements ShouldQueue
{
use Dispatchable;
use InteractsWithQueue;
use Queueable;
use SerializesModels;
public function handle(): void
{