update controller alias.

This commit is contained in:
Taylor Otwell 2013-09-06 23:50:01 -05:00
parent 42ff9d0ebb
commit 73f37c6ce0
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
'Cache' => 'Illuminate\Support\Facades\Cache',
'ClassLoader' => 'Illuminate\Support\ClassLoader',
'Config' => 'Illuminate\Support\Facades\Config',
'Controller' => 'Illuminate\Routing\Controllers\Controller',
'Controller' => 'Illuminate\Routing\Controller',
'Cookie' => 'Illuminate\Support\Facades\Cookie',
'Crypt' => 'Illuminate\Support\Facades\Crypt',
'DB' => 'Illuminate\Support\Facades\DB',