Skip to content

Commit 73f37c6

Browse files
committed
update controller alias.
1 parent 42ff9d0 commit 73f37c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
'Cache' => 'Illuminate\Support\Facades\Cache',
152152
'ClassLoader' => 'Illuminate\Support\ClassLoader',
153153
'Config' => 'Illuminate\Support\Facades\Config',
154-
'Controller' => 'Illuminate\Routing\Controllers\Controller',
154+
'Controller' => 'Illuminate\Routing\Controller',
155155
'Cookie' => 'Illuminate\Support\Facades\Cookie',
156156
'Crypt' => 'Illuminate\Support\Facades\Crypt',
157157
'DB' => 'Illuminate\Support\Facades\DB',

0 commit comments

Comments
 (0)