Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
removed realpath call
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Apr 1, 2019
1 parent 869d4ef commit cfffb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/ZikulaLegalExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ZikulaLegalExtension extends Extension
{
public function load(array $configs, ContainerBuilder $container)
{
$loader = new YamlFileLoader($container, new FileLocator(realpath(__DIR__.'/../Resources/config')));
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));

$loader->load('services.yml');
}
Expand Down

0 comments on commit cfffb38

Please sign in to comment.