@@ -20,10 +20,10 @@ |
||
20 | 20 | { |
21 | 21 | ResponseFactory::mixin(new ResponseMixin()); |
22 | 22 | |
23 | - $this->mergeConfigFrom(__DIR__.'/../../config/larastart.php', 'larastart'); |
|
23 | + $this->mergeConfigFrom(__DIR__ . '/../../config/larastart.php', 'larastart'); |
|
24 | 24 | |
25 | 25 | $this->publishes([ |
26 | - __DIR__.'/../../config/larastart.php' => config_path('larastart.php'), |
|
26 | + __DIR__ . '/../../config/larastart.php' => config_path('larastart.php'), |
|
27 | 27 | ], 'larastart-config'); |
28 | 28 | |
29 | 29 | $this->commands([ |