Fix account time format for DB storage
This commit is contained in:
parent
7e150e6cf6
commit
19860d657f
@ -35,6 +35,9 @@ class Account extends Model implements IDs
|
|||||||
'services_count_html',
|
'services_count_html',
|
||||||
'switch_url',
|
'switch_url',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
public $dateFormat = 'U';
|
||||||
|
|
||||||
protected $visible = [
|
protected $visible = [
|
||||||
'id',
|
'id',
|
||||||
'active_display',
|
'active_display',
|
||||||
|
Loading…
Reference in New Issue
Block a user