fix(server): update sentinelUpdatedAt assignment to use server's sentinel_updated_at property
This commit is contained in:
parent
0ab59e3ccd
commit
9eab8897d8
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ public function syncData(bool $toModel = false)
|
|||
$this->sentinelCustomUrl = $this->server->settings->sentinel_custom_url;
|
||||
$this->isSentinelEnabled = $this->server->settings->is_sentinel_enabled;
|
||||
$this->isSentinelDebugEnabled = $this->server->settings->is_sentinel_debug_enabled;
|
||||
$this->sentinelUpdatedAt = $this->server->settings->updated_at;
|
||||
$this->sentinelUpdatedAt = $this->server->sentinel_updated_at;
|
||||
$this->serverTimezone = $this->server->settings->server_timezone;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue