Cronjobs implemented
This commit is contained in:
@@ -9,4 +9,8 @@ class CronTask extends CommonModel
|
||||
protected $table = 'cron_tasks';
|
||||
protected $fillable = ['name', 'execution_type', 'schedule_time', 'last_run'];
|
||||
protected $dates = ['last_run'];
|
||||
|
||||
protected $casts = [
|
||||
'last_run' => 'datetime',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user