mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
cast peer finishedat datetime
This commit is contained in:
@@ -15,6 +15,7 @@ class Peer extends NexusModel
|
||||
'started' => 'datetime',
|
||||
'last_action' => 'datetime',
|
||||
'prev_action' => 'datetime',
|
||||
'finishedat' => 'datetime',
|
||||
];
|
||||
|
||||
public static $connectableText = [
|
||||
|
||||
Reference in New Issue
Block a user