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