Browse Source

全局函数目录使用复数形式以保持统一规范

baijunyao 8 years ago
parent
commit
c490ddf792
2 changed files with 1 additions and 1 deletions
  1. 0 0
      app/Libraries/Functions/helper.php
  2. 1 1
      composer.json

app/Library/Function/helper.php → app/Libraries/Functions/helper.php


+ 1 - 1
composer.json

@@ -47,7 +47,7 @@
             "App\\": "app/"
         },
         "files": [
-            "app/Library/Function/helper.php"
+            "app/Libraries/Functions/helper.php"
         ]
     },
     "autoload-dev": {