Merge pull request #2022 from kirkbushell/master

Route update to call aliased Controller class
This commit is contained in:
Taylor Otwell 2013-05-27 18:08:11 -07:00
commit c7caca41a2
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;