ConfigMaker now symbolizes paths
This commit is contained in:
parent
b3936330a6
commit
776f4dfbaf
|
|
@ -120,7 +120,7 @@ trait ConfigMaker
|
|||
if (!$configPath)
|
||||
$configPath = $this->configPath;
|
||||
|
||||
$fileName = str_replace('@', PATH_BASE, $fileName);
|
||||
$fileName = File::symbolizePath($fileName, $fileName);
|
||||
|
||||
if (substr($fileName, 0, 1) == '/' || realpath($fileName) !== false)
|
||||
return $fileName;
|
||||
|
|
|
|||
Loading…
Reference in New Issue