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 31a482e commit 3b1881dCopy full SHA for 3b1881d
src/App.php
@@ -126,7 +126,7 @@ public function runCommand($name, $believable = false)
126
public function runAction($name, $action, $believable = false)
127
{
128
// if $believable = true, will skip check.
129
- if (!$believable && $this->isController($name)) {
+ if (!$believable && !$this->isController($name)) {
130
throw new \InvalidArgumentException("The console controller-command [$name] not exists!");
131
}
132
0 commit comments