@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | public function boot() |
21 | 21 | { |
22 | 22 | $this->publishes([ |
23 | - __DIR__ . '/../config/woocommerce.php' => config_path('woocommerce.php'), |
|
23 | + __DIR__.'/../config/woocommerce.php' => config_path('woocommerce.php'), |
|
24 | 24 | ]); |
25 | 25 | } |
26 | 26 | |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | |
36 | 36 | // merge default config |
37 | 37 | $this->mergeConfigFrom( |
38 | - __DIR__ . '/../config/woocommerce.php', |
|
38 | + __DIR__.'/../config/woocommerce.php', |
|
39 | 39 | 'woocommerce' |
40 | 40 | ); |
41 | 41 |