belongsTo('App\Models\Game'); } public function sentence() { return $this->belongsTo('App\Models\Sentence'); } }