From 5d51656fd4574ce1f6cc0239de09fd29eaf16764 Mon Sep 17 00:00:00 2001 From: molong Date: Tue, 10 Feb 2026 09:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/laravels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/laravels.php b/config/laravels.php index 84d633f..7cf199b 100644 --- a/config/laravels.php +++ b/config/laravels.php @@ -32,7 +32,7 @@ return [ | */ - 'listen_port' => env('LARAVELS_LISTEN_PORT', 8080), + 'listen_port' => env('LARAVELS_LISTEN_PORT', 8000), /* |--------------------------------------------------------------------------