We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0331504 commit 6de901bCopy full SHA for 6de901b
1 file changed
src/DI/MovieParserExtension.php
@@ -12,7 +12,7 @@ public function loadConfiguration()
12
13
$builder = $this->getContainerBuilder();
14
15
- $this->compiler->parseServices($builder, $this->loadFromFile(__DIR__ . '/config.neon.neon'), $this->name);
+ $this->compiler->parseServices($builder, $this->loadFromFile(__DIR__ . '/config.neon'), $this->name);
16
}
17
18
0 commit comments