Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur LORENT committed Sep 11, 2020
1 parent 5a9129a commit a20678c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Callbacks/OnServiceNotStarted.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class OnServiceNotStarted
public function __invoke()
{
// triggers an exception to make your monitoring tool (Sentry, ...) aware of the problem.
throw new SupervisorServiceNotStarted(__('Supervisor service is not started.'));
throw new SupervisorServiceNotStarted((string) __('Supervisor service is not started.'));
}
}

0 comments on commit a20678c

Please sign in to comment.