We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c705f3 commit ac18f86Copy full SHA for ac18f86
1 file changed
system/Database/Config.php
@@ -80,7 +80,7 @@ public static function connect($group = null, bool $getShared = true)
80
81
$connection = static::$factory->load($config, $group);
82
83
- static::$instances[$group] = &$connection;
+ static::$instances[$group] = $connection;
84
85
return $connection;
86
}
0 commit comments