Skip to content

Commit ec5bf04

Browse files
authored
Update Initializer.php
1 parent 311a765 commit ec5bf04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Initializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Initializer
3535
* @return void
3636
*/
3737
public static function init($config): void
38-
{;
38+
{
3939
$connections = $config['connections'] ?? [];
4040
if (!$connections) {
4141
return;

0 commit comments

Comments
 (0)