mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-18 08:24:44 +00:00
chore(schedule): type scheduled task job input
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user