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:
@@ -1,6 +1,7 @@
|
||||
<?php namespace Laravel\Routing;
|
||||
|
||||
use Closure;
|
||||
use \Controller;
|
||||
use Laravel\Str;
|
||||
use Laravel\URI;
|
||||
use Laravel\Bundle;
|
||||
|
||||
Reference in New Issue
Block a user