We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06966b commit d6461dcCopy full SHA for d6461dc
src/DI/SupervisorExtension.php
@@ -19,7 +19,7 @@ public function loadConfiguration(): void
19
{
20
$builder = $this->getContainerBuilder();
21
22
- $config = $this->getConfig();
+ $config = (array) $this->getConfig();
23
24
if ( ! isset($config['prefix'])) {
25
throw new \Pd\Supervisor\DI\MissingConfigurationValueException(
0 commit comments