Skip to content

Commit 6de901b

Browse files
committed
typo
1 parent 0331504 commit 6de901b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DI/MovieParserExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function loadConfiguration()
1212

1313
$builder = $this->getContainerBuilder();
1414

15-
$this->compiler->parseServices($builder, $this->loadFromFile(__DIR__ . '/config.neon.neon'), $this->name);
15+
$this->compiler->parseServices($builder, $this->loadFromFile(__DIR__ . '/config.neon'), $this->name);
1616
}
1717

1818

0 commit comments

Comments
 (0)