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';