Skip to content

Commit

Permalink
Merge pull request #61 from ColoredCow/feature/uptime-fix
Browse files Browse the repository at this point in the history
Uptime dateissue fix
  • Loading branch information
rathorevaibhav authored Feb 8, 2025
2 parents db40976 + 607bd6f commit e1b13c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Monitor extends SpatieMonitor
{
public function __construct()
{
parent::__construct();
$this->casts = array_merge($this->casts, [
'domain_expires_at' => 'datetime',
]);
Expand Down

0 comments on commit e1b13c0

Please sign in to comment.