fix: Web UI로 초기 install이 불가능한 버그 수정

This commit is contained in:
2022-03-13 20:16:54 +09:00
parent 91ea0d1c2a
commit 0a1d81be76
2 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -35,15 +35,14 @@
"autoload": {
"psr-4": {
"sammo\\": [
"d_setting",
"src/sammo"
],
"kakao\\": [
"d_setting",
"src/kakao"
]
},
"classmap": [
"d_setting/"
],
"exclude-from-classmap": [
"**/*.orig.php"
],