@@ -66,6 +66,6 @@ |
||
66 | 66 | } |
67 | 67 | } |
68 | 68 | |
69 | -Router::setConnectionFactory(function (Contract\RouterInterface $router, Contract\RealmInterface $realm) { |
|
69 | +Router::setConnectionFactory(function(Contract\RouterInterface $router, Contract\RealmInterface $realm) { |
|
70 | 70 | return new Connection($router, $realm); |
71 | 71 | }); |