@@ -32,7 +32,7 @@ |
||
32 | 32 | { |
33 | 33 | $this->publishes( |
34 | 34 | [ |
35 | - __DIR__.'/../config/translation.php' => config_path('translation.php'), |
|
35 | + __DIR__ . '/../config/translation.php' => config_path('translation.php'), |
|
36 | 36 | ] |
37 | 37 | ); |
38 | 38 | } |