Browse Source

update controller alias.

Taylor Otwell 10 years ago
parent
commit
73f37c6ce0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/app.php

+ 1 - 1
app/config/app.php

@@ -151,7 +151,7 @@ return array(
 		'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',