Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Spamercz committed Mar 13, 2017
1 parent 0331504 commit 6de901b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/MovieParserExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function loadConfiguration()

$builder = $this->getContainerBuilder();

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


Expand Down

0 comments on commit 6de901b

Please sign in to comment.