@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | public function boot() |
| 12 | 12 | { |
| 13 | 13 | $this->publishes([ |
| 14 | - __DIR__ . '/../config/laragen.php' => config_path('laragen.php') |
|
| 14 | + __DIR__.'/../config/laragen.php' => config_path('laragen.php') |
|
| 15 | 15 | ], 'laragen-config'); |
| 16 | 16 | } |
| 17 | 17 | /** |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | public function register() |
| 21 | 21 | { |
| 22 | 22 | $this->mergeConfigFrom( |
| 23 | - __DIR__ . '/../config/laragen.php', |
|
| 23 | + __DIR__.'/../config/laragen.php', |
|
| 24 | 24 | 'laragen' |
| 25 | 25 | ); |
| 26 | 26 | } |