belongsToMany('App\Models\Sentence'); } public function user() { return $this->belongsTo('App\Models\User'); } }