@@ -26,7 +26,7 @@ |
||
26 | 26 | */ |
27 | 27 | public function register(Container $pimple) |
28 | 28 | { |
29 | - $pimple['encryptor'] = function ($app) { |
|
29 | + $pimple['encryptor'] = function($app) { |
|
30 | 30 | return new Encryptor( |
31 | 31 | $app['config']->get('corp_id'), |
32 | 32 | $app['config']->get('token'), |