From 88a299bbd27e3d3159bc1c8eb7e4b042612db144 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 28 Feb 2023 20:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20Edge=20=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/Cluster/PublishEdge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Cluster/PublishEdge.php b/app/Console/Commands/Cluster/PublishEdge.php index f6e730f..dd2cff9 100644 --- a/app/Console/Commands/Cluster/PublishEdge.php +++ b/app/Console/Commands/Cluster/PublishEdge.php @@ -31,7 +31,7 @@ public function handle(): int $node_id = $this->option('node-id') ?? Str::random(8); // 读取 stubs/edge.stub - $stub = file_get_contents(base_path('stubs/edge.stub')); + $stub = file_get_contents(base_path('stubs/edge')); // 替换 stubs/edge.stub 中的内容 $redis_host = config('database.redis.default.host');