diff --git a/composer.json b/composer.json index 99b9604a9..b952e48cb 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,10 @@ ], "psr-4": { "App\\": "app/" - } + }, + "files": [ + "app/helpers.php" + ] }, "autoload-dev": { "psr-4": {