[AUTOLOAD] Always autoload _m file

This commit is contained in:
Hugo Sales 2020-06-08 12:09:52 +00:00 committed by Hugo Sales
parent 8649b72192
commit fb457d4a45
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
"sort-packages": true
},
"autoload": {
"files": ["src/Core/I18n/I18n.php"],
"psr-4": {
"App\\": "src/",
"Plugin\\": "plugins/enabled/"