|
|
|
@ -1,10 +1,10 @@
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
namespace BSR\Utils\Configuration;
|
|
|
|
namespace Bsr\Utils\Configuration;
|
|
|
|
|
|
|
|
|
|
|
|
class Configuration {
|
|
|
|
class Configuration {
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @var BSR\Config\Configuration
|
|
|
|
* @var Bsr\Config\Configuration
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private static $instance = null;
|
|
|
|
private static $instance = null;
|
|
|
|
|
|
|
|
|
|
|
|
@ -206,7 +206,7 @@ class Configuration {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @return BSR\Config\Configuration
|
|
|
|
* @return Bsr\Config\Configuration
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public static function getInstance()
|
|
|
|
public static function getInstance()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|