We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934382d commit 8a0b176Copy full SHA for 8a0b176
1 file changed
packages/database/src/Connection/ConnectionInitializer.php
@@ -22,7 +22,7 @@ public function initialize(Container $container): Connection
22
? self::$connection
23
: null;
24
25
- if (!$connection instanceof Connection) {
+ if (! $connection instanceof Connection) {
26
$connection = new PDOConnection($config);
27
$connection->connect();
28
self::$connection = $connection;
0 commit comments