@@ -12,15 +12,15 @@ |
||
12 | 12 | */ |
13 | 13 | public function boot(Leaflet $extension) |
14 | 14 | { |
15 | - if (! Leaflet::boot()) { |
|
16 | - return ; |
|
15 | + if (!Leaflet::boot()) { |
|
16 | + return; |
|
17 | 17 | } |
18 | 18 | |
19 | 19 | if ($views = $extension->views()) { |
20 | 20 | $this->loadViewsFrom($views, 'laravel-admin-leaflet'); |
21 | 21 | } |
22 | 22 | |
23 | - $this->app->booted(function () { |
|
23 | + $this->app->booted(function() { |
|
24 | 24 | Form::extend('leaflet', LeafletMap::class); |
25 | 25 | }); |
26 | 26 | } |