belongsTo('App\Models\Postag'); } public function user() { return $this->belongsTo('App\Models\User'); } public function word() { return $this->belongsTo('App\Models\Word'); } }