diff --git a/composer.json b/composer.json index 0b3a8897..b84684d8 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ }, "autoload": { "psr-4": { - "App\\": "app/" + "App\\": "app/", + "Config\\": "app/Config" }, "exclude-from-classmap": [ "**/Database/Migrations/**"