From 16d71a1621717f7fd7c3956a0e65788a4d08bc37 Mon Sep 17 00:00:00 2001 From: shibafu Date: Sun, 23 Aug 2020 13:06:11 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AA=E3=82=AB=E3=82=BA=E6=B5=81=E7=94=A8?= =?UTF-8?q?=E6=99=82=E3=81=AB=E9=9D=9E=E5=85=AC=E9=96=8B=E3=83=95=E3=83=A9?= =?UTF-8?q?=E3=82=B0=E3=82=92=E7=B6=99=E6=89=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Ejaculation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Ejaculation.php b/app/Ejaculation.php index 60ad67f..4ee8b25 100644 --- a/app/Ejaculation.php +++ b/app/Ejaculation.php @@ -101,6 +101,7 @@ class Ejaculation extends Model return route('checkin', [ 'link' => $this->link, 'tags' => $this->textTags(), + 'is_private' => $this->is_private, 'is_too_sensitive' => $this->is_too_sensitive, ]); }