diff --git a/config/app.php b/config/app.php index 6fc335f..5562f9b 100644 --- a/config/app.php +++ b/config/app.php @@ -159,7 +159,8 @@ /* * Package Service Providers... */ - //Barryvdh\Debugbar\ServiceProvider::class, + Barryvdh\Debugbar\ServiceProvider::class, + Stevebauman\Location\LocationServiceProvider::class, /* @@ -186,7 +187,7 @@ 'aliases' => Facade::defaultAliases()->merge([ // 'Example' => App\Facades\Example::class, - //'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class, + 'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class, ])->toArray(),