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:
Kirk Bushell 2013-05-27 15:43:32 +10:00
parent 58d6b112a7
commit 8f79855808
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php namespace Laravel\Routing;
use Closure;
use \Controller;
use Laravel\Str;
use Laravel\URI;
use Laravel\Bundle;