fix: unreachable notifications

This commit is contained in:
peaklabs-dev
2024-12-23 16:51:34 +01:00
parent 68362d05b3
commit f26853b576
7 changed files with 82 additions and 13 deletions

View File

@@ -85,9 +85,6 @@ class ServerSetting extends Model
) {
$settings->server->restartSentinel();
}
if ($settings->isDirty('is_reachable')) {
$settings->server->isReachableChanged();
}
});
}