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', );