diff --git a/Speed/ServerUsagesSyncService.php b/Speed/ServerUsagesSyncService.php index 188291f..d4fff09 100644 --- a/Speed/ServerUsagesSyncService.php +++ b/Speed/ServerUsagesSyncService.php @@ -36,7 +36,7 @@ class ServerUsagesSyncService } if ($bandwidth > 0) { - $server->update([ + $server->skipValidation()->update([ 'bandwidth_usage' => $bandwidth, 'hydrated_at' => now(), ]);