From 3c28fe52a3845b6651ccd275b169bfe4b31eaa3c Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 16 May 2022 15:43:08 +0300 Subject: [PATCH] Fixing autoloading --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 203468e..ac219ee 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "php": ">=7.4" }, "autoload": { - "classmap": ["*.inc.php"] + "classmap": ["config.inc.php"] } }