From 576bff1af921ef704840e4f2e7b8fb9f645ea825 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 8 Feb 2024 13:17:08 +0100 Subject: [PATCH] Remove exception and update server check in StopService --- app/Actions/Service/StopService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Actions/Service/StopService.php b/app/Actions/Service/StopService.php index a16e41db1..343b6d364 100644 --- a/app/Actions/Service/StopService.php +++ b/app/Actions/Service/StopService.php @@ -11,7 +11,6 @@ class StopService public function handle(Service $service) { try { - throw new \Exception('Not implemented'); $server = $service->destination->server; if (!$server->isFunctional()) { return 'Server is not functional';