Skip to content

Commit

Permalink
Route updated to ensure that the root Controller alias is called, rat…
Browse files Browse the repository at this point in the history
…her than the one within its own namespace.

Signed-off-by: Kirk Bushell <[email protected]>
  • Loading branch information
kirkbushell committed May 27, 2013
1 parent 58d6b11 commit 8f79855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions laravel/routing/route.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php namespace Laravel\Routing;

use Closure;
use \Controller;
use Laravel\Str;
use Laravel\URI;
use Laravel\Bundle;
Expand Down

0 comments on commit 8f79855

Please sign in to comment.