Skip to content

Commit

Permalink
Merge pull request laravel#2022 from kirkbushell/master
Browse files Browse the repository at this point in the history
Route update to call aliased Controller class
  • Loading branch information
taylorotwell committed May 28, 2013
2 parents 58d6b11 + 8f79855 commit c7caca4
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 c7caca4

Please sign in to comment.