Update (config): Try to load location above others

This commit is contained in:
2023-07-26 09:34:32 +08:00
parent 35c69d1845
commit 708654fde1

View File

@@ -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(),