Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mtymek committed Aug 20, 2015
1 parent ac730af commit 02ce097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function dispatch(Route $route, ConsoleAdapter $console)
$callable = $this->commandMap[$name];

if (! is_callable($callable) && is_string($callable)) {

if ($this->container && $this->container->has($callable)) {
$callable = $this->container->get($callable);
} else {
Expand Down

0 comments on commit 02ce097

Please sign in to comment.