@@ -22,7 +22,7 @@ |
||
22 | 22 | $sharedKey = $config['sharedKey']; |
23 | 23 | $c[SymmetricKey::class] = new SymmetricKey($sharedKey); |
24 | 24 | |
25 | - $c[PasetoService::class] = $c->factory(function (Container $c) { |
|
25 | + $c[PasetoService::class] = $c->factory(function(Container $c) { |
|
26 | 26 | $key = $c->get(SymmetricKey::class); |
27 | 27 | |
28 | 28 | return new PasetoService($key); |