@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | |
| 27 | 27 | if ($this->app->runningInConsole()) { |
| 28 | 28 | $this->publishes([ |
| 29 | - __DIR__.'/../config/config.php' => config_path('dkbase.php'), |
|
| 29 | + __DIR__ . '/../config/config.php' => config_path('dkbase.php'), |
|
| 30 | 30 | ], 'config'); |
| 31 | 31 | |
| 32 | 32 | // Publishing the views. |
@@ -55,6 +55,6 @@ discard block |
||
| 55 | 55 | public function register() |
| 56 | 56 | { |
| 57 | 57 | // Automatically apply the package configuration |
| 58 | - $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'dkbase'); |
|
| 58 | + $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'dkbase'); |
|
| 59 | 59 | } |
| 60 | 60 | } |