Remove exception and update server check in StopService
This commit is contained in:
parent
3c4243d854
commit
576bff1af9
1 changed files with 0 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue