Fixing autoloading

This commit is contained in:
Pavel Shevaev 2022-05-16 17:21:50 +03:00
parent 79d2bdb4dd
commit 9c1ed8b6da
1 changed files with 1 additions and 1 deletions

View File

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