Completed
Push — master ( b46976...b7332f )
by Adam
13s
created
src/BestServedCold/LaravelZendSearch/Laravel/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function register()
48 48
     {
49
-        $this->publishes([__DIR__.'/../../../config/search.php' => app()->basePath() . '/config' . ('search.php'), ]);
49
+        $this->publishes([__DIR__.'/../../../config/search.php' => app()->basePath().'/config'.('search.php'), ]);
50 50
 
51 51
         $this->registerCommand(Rebuild::class);
52 52
         $this->registerCommand(Destroy::class);
Please login to merge, or discard this patch.