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

@@ -19,6 +19,7 @@ class TimelineController extends Controller
->select('ejaculations.*')
->with('user', 'tags')
->withLikes()
->onlyWebCheckin()
->paginate(21);
return view('timeline.public')->with(compact('ejaculations'));