Fixing autoloading

This commit is contained in:
Pavel Shevaev 2022-05-16 15:38:05 +03:00
parent 794091de37
commit 5e40872d21
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
"php": ">=7.4" "php": ">=7.4"
}, },
"autoload": { "autoload": {
"files": ["config.inc.php"] "classmap": ["*.inc.php"]
} }
} }