@@ -25,7 +25,7 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function register(Container $pimple) |
| 27 | 27 | { |
| 28 | - $pimple['blackboard'] = function ($app) { |
|
| 28 | + $pimple['blackboard'] = function($app) { |
|
| 29 | 29 | return new Client($app); |
| 30 | 30 | }; |
| 31 | 31 | } |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | /** |
| 19 | 19 | * 获取应用列表 |
| 20 | 20 | * |
| 21 | - |
|
| 22 | 21 | * |
| 23 | 22 | * @return mixed |
| 24 | 23 | */ |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function register(Container $pimple) |
| 27 | 27 | { |
| 28 | - $pimple['microapp'] = function ($app) { |
|
| 28 | + $pimple['microapp'] = function($app) { |
|
| 29 | 29 | return new Client($app); |
| 30 | 30 | }; |
| 31 | 31 | } |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function register(Container $pimple) |
| 27 | 27 | { |
| 28 | - $pimple['health'] = function ($app) { |
|
| 28 | + $pimple['health'] = function($app) { |
|
| 29 | 29 | return new Client($app); |
| 30 | 30 | }; |
| 31 | 31 | } |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function register(Container $pimple) |
| 27 | 27 | { |
| 28 | - $pimple['calendar'] = function ($app) { |
|
| 28 | + $pimple['calendar'] = function($app) { |
|
| 29 | 29 | return new Client($app); |
| 30 | 30 | }; |
| 31 | 31 | } |