@@ -28,7 +28,7 @@ |
||
28 | 28 | return $pdo; |
29 | 29 | } |
30 | 30 | |
31 | - $changeDetector->handle($pdo, function (string $offset) use ($pdo) { |
|
31 | + $changeDetector->handle($pdo, function(string $offset) use ($pdo) { |
|
32 | 32 | $pdo->exec('SET time_zone = "' . $offset . '"'); |
33 | 33 | }); |
34 | 34 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | { |
19 | 19 | Connection::resolverFor( |
20 | 20 | 'mysql', |
21 | - function ($connection, $database, $prefix, $config) { |
|
21 | + function($connection, $database, $prefix, $config) { |
|
22 | 22 | $connector = ( |
23 | 23 | $config['sticky_timezone'] ?? false |
24 | 24 | ? Connectors\MySqlConnection::class |