'array', 'expires_at' => 'datetime', ]; protected $hidden = [ 'token', ]; protected $dates = [ 'created_at', 'updated_at', 'expires_at', ]; }