Skip to content

Commit d3b45fb

Browse files
authored
Merge pull request #1 from krissss/main
support laravel 11
2 parents b40d46b + ec5bf04 commit d3b45fb

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
@@ -7,7 +7,7 @@
77
"workerman/webman-framework": "^2.0 || dev-master",
88
"workerman/webman": "^2.0",
99
"webman/coroutine": "^1.0 || dev-main",
10-
"illuminate/database": "^10.0",
10+
"illuminate/database": "^10.0 || ^11.0",
1111
"laravel/serializable-closure": "^2.0"
1212
},
1313
"autoload": {
@@ -18,4 +18,4 @@
1818
},
1919
"minimum-stability": "dev",
2020
"prefer-stable": true
21-
}
21+
}

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)