game = $training; } protected function get_sentences($user_id) { return Sentence::join('corpora', 'corpora.id', '=', 'sentences.corpus_id') ->select('sentences.*') ->where('corpora.is_training', 1) ->get(); } }