From d1da09e0308287e0a79d661074df90dda3b239a9 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 20 Dec 2022 01:08:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20Token=20=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=201=20=E5=B9=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sanctum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sanctum.php b/config/sanctum.php index 529cfdc..2d46434 100644 --- a/config/sanctum.php +++ b/config/sanctum.php @@ -46,7 +46,7 @@ | */ - 'expiration' => null, + 'expiration' => 525600, // 1 year /* |--------------------------------------------------------------------------