Fixing autoloading

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

View File

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