We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311a765 commit ec5bf04Copy full SHA for ec5bf04
1 file changed
src/Initializer.php
@@ -35,7 +35,7 @@ class Initializer
35
* @return void
36
*/
37
public static function init($config): void
38
- {;
+ {
39
$connections = $config['connections'] ?? [];
40
if (!$connections) {
41
return;
0 commit comments