@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | public function boot() |
| 34 | 34 | { |
| 35 | 35 | $this->publishes([ |
| 36 | - __DIR__ . '/config/unioncloud.php' => config_path('unioncloud.php'), |
|
| 36 | + __DIR__.'/config/unioncloud.php' => config_path('unioncloud.php'), |
|
| 37 | 37 | ], 'config'); |
| 38 | 38 | |
| 39 | 39 | } |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | public function register() |
| 47 | 47 | { |
| 48 | 48 | |
| 49 | - $this->app->singleton('Twigger\UnionCloud\API\UnionCloud', function($app){ |
|
| 49 | + $this->app->singleton('Twigger\UnionCloud\API\UnionCloud', function($app) { |
|
| 50 | 50 | $unionCloud = new UnionCloud([ |
| 51 | 51 | 'email' => config('unioncloud.v0auth.email', 'email'), |
| 52 | 52 | 'password' => config('unioncloud.v0auth.password', 'password'), |