From 8dfddf254a7e31c000e6f9618c38b286f3047b18 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 16 May 2022 15:39:17 +0300 Subject: [PATCH] Fixing autoloading --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d55a9b9..66743ea 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "php": ">=7.4" }, "autoload": { - "files": ["error.inc.php"] + "files": ["*.inc.php"] } }