From 6ffc608ae16c8bbfc1f9295f12dbc9703e500b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=88=E5=8F=94=E5=8F=94?= Date: Wed, 20 Jun 2018 13:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 0692c45..00b1a50 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -21,6 +21,6 @@ public function boot() public function register() { - $this->mergeConfigFrom(__DIR__ . 'config.php', 'workerman'); + $this->mergeConfigFrom(__DIR__ . '/config.php', 'workerman'); } }