From c0e60978ceee896b46586ecffe3b0343e5f345be Mon Sep 17 00:00:00 2001 From: tokumeikoi Date: Sat, 19 Dec 2020 19:16:37 +0800 Subject: [PATCH] fix: frontend user edit --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 66e36f41..6907887d 100755 --- a/config/app.php +++ b/config/app.php @@ -236,5 +236,5 @@ return [ | The only modification by laravel config | */ - 'version' => '1.4.3.1608131637' + 'version' => '1.4.3.1608376571' ];