From edb98a6dc72b6288bd1f551a2baa3fb304105eac Mon Sep 17 00:00:00 2001 From: walkor Date: Mon, 28 Nov 2022 16:33:24 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e1da122..8c87243 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,9 @@ "autoload": { "psr-4": { "": "./", - "App\\": "./app" + "app\\": "./app", + "App\\": "./app", + "app\\View\\Components\\": "./app/view/components" }, "files": [ "./support/helpers.php"