chore(schedule): type scheduled task job input
This commit is contained in:
parent
097efd14ce
commit
579ce3064f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class ScheduledTaskJob implements ShouldBeEncrypted, ShouldQueue
|
||||||
|
|
||||||
public string $server_timezone;
|
public string $server_timezone;
|
||||||
|
|
||||||
public function __construct($task)
|
public function __construct(ScheduledTask $task)
|
||||||
{
|
{
|
||||||
$this->onQueue(crons_queue());
|
$this->onQueue(crons_queue());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue