belongsToMany('App\Model\Module\Memo'); } public function compound() { return $this->belongsToMany('App\Model\Module\Compound'); } public function confidentialfile() { return $this->belongsToMany('App\Model\Module\ConfidentialFile'); } public function iteminventory() { return $this->belongsTo('App\Model\Module\ItemInventory'); } public function templatenotice() { return $this->belongsTo('App\Model\Module\TemplateNotice'); } }