Merge pull request #354 from shikorism/feature/319-csv-import

チェックインデータのインポート
This commit is contained in:
shibafu
2020-05-23 16:35:31 +09:00
committed by GitHub
17 changed files with 243 additions and 8 deletions

View File

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