Update controller namespace.

This commit is contained in:
Taylor Otwell 2014-08-20 00:39:17 -05:00
parent eb4f536c44
commit cadc592ee2
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@
|
*/
'controllers' => 'App\Http\Controllers',
'controllers' => 'App\\Http\\Controllers\\',
);