|
@@ -57,7 +57,7 @@ trait FileConfigTrait
|
|
|
$file .= $this->_extension;
|
|
$file .= $this->_extension;
|
|
|
|
|
|
|
|
if (!$checkExists || is_file($file)) {
|
|
if (!$checkExists || is_file($file)) {
|
|
|
- return $file
|
|
|
|
|
|
|
+ return $file;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (is_file(realpath($file))) {
|
|
if (is_file(realpath($file))) {
|