オカズ流用時に非公開フラグを継承
This commit is contained in:
parent
c956a96605
commit
16d71a1621
@ -101,6 +101,7 @@ class Ejaculation extends Model
|
|||||||
return route('checkin', [
|
return route('checkin', [
|
||||||
'link' => $this->link,
|
'link' => $this->link,
|
||||||
'tags' => $this->textTags(),
|
'tags' => $this->textTags(),
|
||||||
|
'is_private' => $this->is_private,
|
||||||
'is_too_sensitive' => $this->is_too_sensitive,
|
'is_too_sensitive' => $this->is_too_sensitive,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user