We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7009c58 commit 6ffc608Copy full SHA for 6ffc608
src/ServiceProvider.php
@@ -21,6 +21,6 @@ public function boot()
21
22
public function register()
23
{
24
- $this->mergeConfigFrom(__DIR__ . 'config.php', 'workerman');
+ $this->mergeConfigFrom(__DIR__ . '/config.php', 'workerman');
25
}
26
0 commit comments