Fixing autoloading

This commit is contained in:
Pavel Shevaev 2022-05-16 15:35:53 +03:00
parent 7de1b71dc6
commit 049b50a8f5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
},
"autoload": {
"classmap": [
".",
"*.php",
"targets/"
]
}