@@ -14,7 +14,7 @@ |
||
| 14 | 14 | public function boot() |
| 15 | 15 | { |
| 16 | 16 | $this->publishes([ |
| 17 | - dirname(__DIR__) . '/config/imgix.php' => config_path('imgix.php'), |
|
| 17 | + dirname(__DIR__).'/config/imgix.php' => config_path('imgix.php'), |
|
| 18 | 18 | ], 'laravel-imgix'); |
| 19 | 19 | } |
| 20 | 20 | |