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>
This commit is contained in:
parent
58d6b112a7
commit
8f79855808
|
@ -1,6 +1,7 @@
|
||||||
<?php namespace Laravel\Routing;
|
<?php namespace Laravel\Routing;
|
||||||
|
|
||||||
use Closure;
|
use Closure;
|
||||||
|
use \Controller;
|
||||||
use Laravel\Str;
|
use Laravel\Str;
|
||||||
use Laravel\URI;
|
use Laravel\URI;
|
||||||
use Laravel\Bundle;
|
use Laravel\Bundle;
|
||||||
|
|
Loading…
Reference in New Issue