Browse Source

Update paths.

Taylor Otwell 9 years ago
parent
commit
a9a41d7b96
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bootstrap/paths.php

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