@@ -29,7 +29,7 @@ |
||
29 | 29 | )" |
30 | 30 | ); |
31 | 31 | |
32 | - self::$connection = new ConnectionLocator(function () use ($extendedPdo) { |
|
32 | + self::$connection = new ConnectionLocator(function() use ($extendedPdo) { |
|
33 | 33 | return $extendedPdo; |
34 | 34 | }); |
35 | 35 | } |
@@ -29,7 +29,7 @@ |
||
29 | 29 | )" |
30 | 30 | ); |
31 | 31 | |
32 | - self::$connection = new ConnectionLocator(function () use ($extendedPdo) { |
|
32 | + self::$connection = new ConnectionLocator(function() use ($extendedPdo) { |
|
33 | 33 | return $extendedPdo; |
34 | 34 | }); |
35 | 35 | } |