Fix account time format for DB storage

This commit is contained in:
Deon George
2021-07-09 12:47:10 +10:00
parent 7e150e6cf6
commit 19860d657f

View File

@@ -35,6 +35,9 @@ class Account extends Model implements IDs
'services_count_html',
'switch_url',
];
public $dateFormat = 'U';
protected $visible = [
'id',
'active_display',