Skip to content

Commit

Permalink
Update ConsoleCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansemm committed Dec 17, 2015
1 parent d8df890 commit dd06f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Command/ConsoleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class ConsoleCommand extends Command
protected function configure()
{
$this
->setName('shell')
->setAliases(array('console'))
->setName('interactive')
->setAliases(array('repl'))
->setDescription('Open boris REPL in application context');
}

Expand Down Expand Up @@ -64,4 +64,4 @@ private function getAppName()

return $app->getName() . '-' . $app->getVersion();
}
}
}

0 comments on commit dd06f03

Please sign in to comment.