diff --git a/app/Models/Account.php b/app/Models/Account.php index 5a964e0..3fbf273 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -35,6 +35,9 @@ class Account extends Model implements IDs 'services_count_html', 'switch_url', ]; + + public $dateFormat = 'U'; + protected $visible = [ 'id', 'active_display',