Rename ejaculation scope "public" -> "visibleToTimeline"

This commit is contained in:
shibafu
2020-08-08 14:19:57 +09:00
parent 0587a0f1d4
commit 35aa7b3916
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ SQL
->select('ejaculations.*')
->with('user', 'tags')
->withLikes()
->public()
->visibleToTimeline()
->take(21)
->get();