@@ -13,7 +13,7 @@ |
||
| 13 | 13 | public function __construct() |
| 14 | 14 | { |
| 15 | 15 | $extendedPdo = $this->newExtendedPdo(); |
| 16 | - $this->connections = new ConnectionLocator(function () use ($extendedPdo) { |
|
| 16 | + $this->connections = new ConnectionLocator(function() use ($extendedPdo) { |
|
| 17 | 17 | return $extendedPdo; |
| 18 | 18 | }); |
| 19 | 19 | } |