Fixing autoloading

This commit is contained in:
Pavel Shevaev 2022-05-16 15:39:17 +03:00
parent 3b4ea08f0d
commit 8dfddf254a
1 changed files with 1 additions and 1 deletions

View File

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