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 70a21a7 commit 351d67fCopy full SHA for 351d67f
src/Console/UnregisteredActionsCommand.php
@@ -49,13 +49,13 @@ public function handle(): int
49
return $this->output($process->getOutput());
50
} catch (ProcessFailedException) {
51
$this->components->error('No unregistered actions found in the codebase.');
52
+
53
+ return self::SUCCESS;
54
} catch (Exception $exception) {
55
$this->components->error('Unexpected Error: '.$exception->getMessage());
56
57
return self::FAILURE;
58
}
-
- return self::SUCCESS;
59
60
61
/**
0 commit comments