Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2017 from AlloVince/fi…
Browse files Browse the repository at this point in the history
…x/Di_Console_error

fix Di Console method name error
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Display/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function render()
echo PHP_EOL . ' Configurations:' . PHP_EOL;

foreach ($configuredTypes as $type) {
$info = $this->di->instanceManager()->getConfiguration($type);
$info = $this->di->instanceManager()->getConfig($type);
echo ' ' . $type . PHP_EOL;

if ($info['parameters']) {
Expand Down

0 comments on commit 0c6e411

Please sign in to comment.