mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
MInor fixes for scheduler
This commit is contained in:
parent
419df4c510
commit
5bca8e9a10
@ -33,6 +33,7 @@ class SchedulerTransformer extends EntityTransformer
|
|||||||
'updated_at' => (int) $scheduler->updated_at,
|
'updated_at' => (int) $scheduler->updated_at,
|
||||||
'created_at' => (int) $scheduler->created_at,
|
'created_at' => (int) $scheduler->created_at,
|
||||||
'archived_at' => (int) $scheduler->deleted_at,
|
'archived_at' => (int) $scheduler->deleted_at,
|
||||||
|
'remaining_cycles' => (int) $scheduler->remaining_cycles,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user