mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add base support for editing an existing task
This commit is contained in:
@@ -79,6 +79,7 @@ class Task extends Validable
|
||||
* @var array
|
||||
*/
|
||||
protected $attributes = [
|
||||
'time_offset' => 0,
|
||||
'is_queued' => false,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user