We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a05ad commit 6a00d0bCopy full SHA for 6a00d0b
src/MonitoredCommand.php
@@ -207,7 +207,7 @@ protected function completeCommand($message = '')
207
* @param string $message
208
* @return bool
209
*/
210
- protected function fail($message = '')
+ public function fail($message = '')
211
{
212
$message = $this->stringFromMessage($message);
213
$this->output->error($message);
0 commit comments