浏览代码

oops, fixing syntax error

José Lorenzo Rodríguez 10 年之前
父节点
当前提交
3fcca09de9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Core/Configure/FileConfigTrait.php

+ 1 - 1
src/Core/Configure/FileConfigTrait.php

@@ -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))) {