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