Skip to content

Commit

Permalink
Merge pull request #1 from crevillo/compatibilty-with-sf3
Browse files Browse the repository at this point in the history
make it work with symfony 3
  • Loading branch information
janit committed Dec 10, 2017
2 parents dcf369f + 74fe467 commit 9190eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/EzAmpExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function load(array $configs, ContainerBuilder $container)

public function prepend(ContainerBuilder $container)
{
$config = Yaml::parse( __DIR__ . '/../Resources/config/ezplatform.yml' );
$config = Yaml::parse( file_get_contents(__DIR__ . '/../Resources/config/ezplatform.yml') );
$container->prependExtensionConfig( 'ezpublish', $config );
}

Expand Down

0 comments on commit 9190eb6

Please sign in to comment.