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
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254

View File

@ -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',