Completed
Push — master ( 5a0db9...1045b4 )
by Freek
05:42
created
src/Spatie/GoogleSearch/GoogleSearchServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     public function register()
16 16
     {
17
-        $this->app->bind('googleSearch', function () {
17
+        $this->app->bind('googleSearch', function() {
18 18
             $googlesearchConfig = config('googleSearch');
19 19
 
20 20
             return new GoogleSearch($googlesearchConfig['searchEngineId']);
Please login to merge, or discard this patch.