chore(schedule): type scheduled task job input

This commit is contained in:
Andras Bacsai 2026-05-26 14:47:11 +02:00
parent 097efd14ce
commit 579ce3064f

View file

@ -63,7 +63,7 @@ class ScheduledTaskJob implements ShouldBeEncrypted, ShouldQueue
public string $server_timezone;
public function __construct($task)
public function __construct(ScheduledTask $task)
{
$this->onQueue(crons_queue());