From 1b4137c4a510d15d381b130f0510c7391fb18a4e Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 11 Dec 2017 22:27:59 -0600 Subject: [PATCH] Autoload the helpers file --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 0cb56e70..ed67f87e 100755 --- a/composer.json +++ b/composer.json @@ -63,6 +63,9 @@ "classmap": [ "database" ], + "files": [ + "app/helpers.php" + ], "psr-4": { "App\\": "app/", "Modules\\": "modules/"