From a768d45a455a2e483da4bff5a34720e819e944ae Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Mon, 4 Nov 2024 14:57:10 +0000 Subject: [PATCH] - Autoload was not properly configured --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 0e6c0be..080c305 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,7 @@ "lean": { "autoload": { "definitions" : [ - "meta/definitions/auth.php" - ], - "config": [ - "meta/config.php" + "meta/definitions.php" ] } }