Skip to content

Commit

Permalink
fix common.php autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Jan 20, 2024
1 parent 99ef636 commit 61eab10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
"App\\": "app/",
"Api\\": "api/",
"Plugin\\": "plugin/"
}
},
"files": [
"common/common.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 61eab10

Please sign in to comment.