Skip to content

Commit

Permalink
Remove bad plugin load magic
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 11, 2018
1 parent 92b140b commit e52f8c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Console/Shell.php
Expand Up @@ -495,9 +495,6 @@ public function runCommand($argv, $autoMethod = false, $extra = [])
$this->params = array_merge($this->params, $extra);
}
$this->_setOutputLevel();
if (!empty($this->params['plugin']) && !Plugin::loaded($this->params['plugin'])) {
Plugin::load($this->params['plugin']);
}
$this->command = $command;
if (!empty($this->params['help'])) {
return $this->_displayHelp($command);
Expand Down

0 comments on commit e52f8c6

Please sign in to comment.