Skip to content

Commit

Permalink
自动加载自定义函数库
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglelecc committed Nov 17, 2018
1 parent 7e5d399 commit 31e31b3
Show file tree
Hide file tree
Showing 2 changed files with 8,757 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
],
"psr-4": {
"App\\": "app/"
}
},
"files": [
"app/Support/Helpers.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit 31e31b3

Please sign in to comment.