Skip to content

Commit c328fc4

Browse files
committed
Merge branch 'main' of github.com:webman-php/database
2 parents eb2a26f + d3b45fb commit c328fc4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"workerman/webman-framework": "^2.0 || dev-master",
88
"webman/coroutine": "^1.0 || dev-main",
9-
"illuminate/database": "^10.0",
9+
"illuminate/database": "^10.0 || ^11.0",
1010
"laravel/serializable-closure": "^2.0"
1111
},
1212
"autoload": {
@@ -17,4 +17,4 @@
1717
},
1818
"minimum-stability": "dev",
1919
"prefer-stable": true
20-
}
20+
}

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)