Skip to content

Commit c7caca4

Browse files
committed
Merge pull request laravel#2022 from kirkbushell/master
Route update to call aliased Controller class
2 parents 58d6b11 + 8f79855 commit c7caca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

laravel/routing/route.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php namespace Laravel\Routing;
22

33
use Closure;
4+
use \Controller;
45
use Laravel\Str;
56
use Laravel\URI;
67
use Laravel\Bundle;

0 commit comments

Comments
 (0)