mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix #76 Remove useless expired_at cast
This commit is contained in:
parent
ee7ce55e56
commit
3e8eec68ea
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ class Device extends Model
|
|||
}
|
||||
|
||||
$this->uuid = \substr($result['sip.instance'], 2, -2);
|
||||
$this->expires_at = Carbon::createFromTimestamp($result['message-expires']);
|
||||
$this->update_time = Carbon::createFromTimestamp($result['updatedAt']);
|
||||
$this->user_agent = $result['userAgent'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue