changed package name to Utils to add the logger into it
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace BSR\Config;
|
||||
namespace BSR\Utils\Configuration;
|
||||
|
||||
class Configuration {
|
||||
|
||||
@@ -66,7 +66,7 @@ class Configuration {
|
||||
public static function getConfigFilePath()
|
||||
{
|
||||
if (null === self::$customConfigFilePath) {
|
||||
self::$customConfigFilePath = realpath(dirname(__FILE__) . '/../../../../../config/configuration.local.php');
|
||||
self::$customConfigFilePath = realpath(dirname(__FILE__) . '/../../../../../../config/configuration.local.php');
|
||||
}
|
||||
return self::$customConfigFilePath;
|
||||
}
|
||||
Reference in New Issue
Block a user