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