Fixing autoloading

This commit is contained in:
Pavel Shevaev 2022-05-16 15:38:43 +03:00
parent e22d9d22da
commit fca127085b
1 changed files with 1 additions and 1 deletions

View File

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