Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 1be4558

Browse files
committed
removed realpath call
1 parent fb822ad commit 1be4558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/ZikulaOAuthExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ZikulaOAuthExtension extends Extension
2222
{
2323
public function load(array $configs, ContainerBuilder $container)
2424
{
25-
$loader = new YamlFileLoader($container, new FileLocator(realpath(__DIR__.'/../Resources/config')));
25+
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
2626

2727
$loader->load('services.yml');
2828
}

0 commit comments

Comments
 (0)