hasMany(ContentRecap::class, 'classification_id', 'id'); } public function enhancer(){ return $this->belongsTo(User::class, 'enhancer_id', 'id'); } }