@@ -46,7 +46,7 @@  | 
                                                    ||
| 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);  |