Skip to content

Commit

Permalink
State fix (#2510)
Browse files Browse the repository at this point in the history
* [generate:post:update] New Command

* Fixed services call as option in some commands

* Language separation

* Revert "Language separation"

This reverts commit e4d45c9.

* fix state debug command
  • Loading branch information
enzolutions committed Jul 12, 2016
1 parent 42ff7c3 commit f54f301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/State/DebugCommand.php
Expand Up @@ -47,7 +47,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$key = $input->getArgument('key');

if ($key) {
$state = $this->getState();
$state = $this->getApplication()->getState();
$io->info($key);
$io->writeln(Yaml::encode($state->get($key)));

Expand Down

0 comments on commit f54f301

Please sign in to comment.