Skip to content

Commit 6a00d0b

Browse files
committed
make fail method on monitored commands public
1 parent b7a05ad commit 6a00d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MonitoredCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ protected function completeCommand($message = '')
207207
* @param string $message
208208
* @return bool
209209
*/
210-
protected function fail($message = '')
210+
public function fail($message = '')
211211
{
212212
$message = $this->stringFromMessage($message);
213213
$this->output->error($message);

0 commit comments

Comments
 (0)