Fixing autoloading

This commit is contained in:
Pavel Shevaev 2022-05-16 15:43:08 +03:00
parent 5e40872d21
commit 3c28fe52a3
1 changed files with 1 additions and 1 deletions

View File

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