improve readability, kudos @rugk
This commit is contained in:
parent
ff3b668958
commit
df2f5931cd
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ class Configuration
|
|||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$config = $basePaths = array();
|
||||
$basePaths = array();
|
||||
$config = array();
|
||||
$configPath = getenv('CONFIG_PATH');
|
||||
if ($configPath !== false && !empty($configPath)) {
|
||||
$basePaths[] = $configPath;
|
||||
|
|
Loading…
Reference in a new issue