@@ -57,7 +57,7 @@ |
||
| 57 | 57 | */ |
| 58 | 58 | public function register() |
| 59 | 59 | { |
| 60 | - $this->app->singleton('wubook', function (Container $app) { |
|
| 60 | + $this->app->singleton('wubook', function(Container $app) { |
|
| 61 | 61 | $config = $app['config']; |
| 62 | 62 | return new WuBookManager($config); |
| 63 | 63 | }); |