Skip to content

Commit 8f79855

Browse files
committed
Route updated to ensure that the root Controller alias is called, rather than the one within its own namespace.
Signed-off-by: Kirk Bushell <torm3nt@gmail.com>
1 parent 58d6b11 commit 8f79855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

laravel/routing/route.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php namespace Laravel\Routing;
22

33
use Closure;
4+
use \Controller;
45
use Laravel\Str;
56
use Laravel\URI;
67
use Laravel\Bundle;

0 commit comments

Comments
 (0)