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

Commit

Permalink
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 b374f00

Please sign in to comment.