Passed
Push — master ( 3eeded...a42234 )
by Бабичев
06:28 queued 04:08
created
src/LeafletServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.