We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b40d46b + ec5bf04 commit d3b45fbCopy full SHA for d3b45fb
2 files changed
composer.json
@@ -7,7 +7,7 @@
7
"workerman/webman-framework": "^2.0 || dev-master",
8
"workerman/webman": "^2.0",
9
"webman/coroutine": "^1.0 || dev-main",
10
- "illuminate/database": "^10.0",
+ "illuminate/database": "^10.0 || ^11.0",
11
"laravel/serializable-closure": "^2.0"
12
},
13
"autoload": {
@@ -18,4 +18,4 @@
18
19
"minimum-stability": "dev",
20
"prefer-stable": true
21
-}
+}
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