Fixing a few things. Namespace configuration.

This commit is contained in:
Taylor Otwell
2014-08-21 21:25:03 -05:00
parent a68933d34c
commit c9fb1c9110
2 changed files with 13 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ return array(
|
*/
'commands' => __DIR__.'/../app/Console',
'console' => __DIR__.'/../app/Console',
'config' => __DIR__.'/../config',
'controllers' => __DIR__.'/../app/Http/Controllers',
'database' => __DIR__.'/../database',