Working on a few changes.

This commit is contained in:
Taylor Otwell
2014-08-27 12:49:50 +02:00
parent fdba65c0dc
commit 78c932f688
6 changed files with 12 additions and 40 deletions

View File

@@ -1,6 +1,5 @@
<?php namespace App\Providers;
use App;
use Illuminate\Routing\RouteServiceProvider as ServiceProvider;
class RouteServiceProvider extends ServiceProvider {
@@ -24,7 +23,7 @@ class RouteServiceProvider extends ServiceProvider {
*/
public function map()
{
App::booted(function()
$this->app->booted(function()
{
// Once the application has booted, we will include the default routes
// file. This "namespace" helper will load the routes file within a