Use new providers.

This commit is contained in:
Taylor Otwell
2014-09-30 21:13:58 -05:00
parent ab7ba393be
commit e700cd710e
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
use Illuminate\Routing\Router;
use Illuminate\Contracts\Routing\UrlGenerator;
use Illuminate\Routing\RouteServiceProvider as ServiceProvider;
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
class RouteServiceProvider extends ServiceProvider {