belongsToMany('App\Model\Module\Compound'); } public function confidentialfile() { return $this->belongsToMany('App\Model\Module\ConfidentialFile'); } public function attachment() { return $this->hasMany('App\Model\Module\Attachment'); } }