コード例 #1
0
ファイル: LessonWord.php プロジェクト: jsnulla/fels_rush
 public function getLastLessonId($id)
 {
     return Lesson::where('user_id', '=', $id)->latest()->first()->id;
 }