オカズ流用時に非公開フラグを継承

This commit is contained in:
shibafu 2020-08-23 13:06:11 +09:00
parent c956a96605
commit 16d71a1621
1 changed files with 1 additions and 0 deletions

View File

@ -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,
]);
}