From a9a41d7b9624ef340e8959334013a3019249ec9f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 18 Aug 2014 23:19:53 -0500 Subject: [PATCH] Update paths. --- bootstrap/paths.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/paths.php b/bootstrap/paths.php index c0f427e8..abc5117f 100644 --- a/bootstrap/paths.php +++ b/bootstrap/paths.php @@ -71,6 +71,7 @@ return array( 'database' => __DIR__.'/../database', 'filters' => __DIR__.'/../app/Http/Filters', 'lang' => __DIR__.'/../lang', + 'providers' => __DIR__.'/../app/Providers', 'requests' => __DIR__.'/../app/Http/Requests', );