From 2b25c1c3b6bdc3c07f7bce1b0d3c3249e3e5e1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Sat, 6 Nov 2021 20:06:52 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BA=94=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Video/Prayer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Http/Controllers/Video/Prayer.php b/app/Http/Controllers/Video/Prayer.php index 8cc2158..341a7bc 100644 --- a/app/Http/Controllers/Video/Prayer.php +++ b/app/Http/Controllers/Video/Prayer.php @@ -67,6 +67,8 @@ class Prayer extends Engine { } unset($c->email); + unset($c->ipaddress); + unset($c->isShadow); $c->created = date('Y年m月d日 H:i:s', $c->created); }