Skip to content

Commit 6ffc608

Browse files
committed
配置文件bug
1 parent 7009c58 commit 6ffc608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public function boot()
2121

2222
public function register()
2323
{
24-
$this->mergeConfigFrom(__DIR__ . 'config.php', 'workerman');
24+
$this->mergeConfigFrom(__DIR__ . '/config.php', 'workerman');
2525
}
2626
}

0 commit comments

Comments
 (0)