mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 19:53:00 +01:00
Merge pull request #2596 from oznorts/patch-1
Fixes incorrect timestamp on Scheduled Maintenances
This commit is contained in:
commit
7be26aad79
@ -68,8 +68,8 @@ class Schedule extends Model implements HasPresenter
|
|||||||
'name' => 'string',
|
'name' => 'string',
|
||||||
'message' => 'string',
|
'message' => 'string',
|
||||||
'status' => 'int',
|
'status' => 'int',
|
||||||
'scheduled_at' => 'date',
|
'scheduled_at' => 'datetime',
|
||||||
'completed_at' => 'date',
|
'completed_at' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user