Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Emanuel Mutschlechner
2018-08-30 11:59:08 +00:00
2 changed files with 3 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ return [
| |
*/ */
'default' => env('MAPS_SERVICE','yandex'), 'default' => env('MAPS_SERVICE', 'yandex'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -80,7 +80,6 @@ return [
'type' => 'map', // 'map', 'hybrid', 'satellite', 'light', 'dark' 'type' => 'map', // 'map', 'hybrid', 'satellite', 'light', 'dark'
], ],
'mapkit' => [ 'mapkit' => [
// https://developer.apple.com/videos/play/wwdc2018/508 // https://developer.apple.com/videos/play/wwdc2018/508
// https://developer.apple.com/documentation/mapkitjs/setting_up_mapkit_js?changes=latest_minor // https://developer.apple.com/documentation/mapkitjs/setting_up_mapkit_js?changes=latest_minor
@@ -92,7 +91,6 @@ return [
], ],
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Maps Enabled | Maps Enabled

View File

@@ -24,6 +24,7 @@ class MapsServiceProvider extends BaseServiceProvider
if (!isset($view->enabled)) { if (!isset($view->enabled)) {
$view->with('enabled', config('vendor.maps.enabled')); $view->with('enabled', config('vendor.maps.enabled'));
} }
return $view; return $view;
}); });
} }