belongsTo('App\Model\Staff', 'no_badan', 'penguatkuasa'); } public function compound(){ return $this->hasOne('App\Model\Module\Compound'); } public function memo() { return $this->belongsToMany('App\Model\Module\Memo'); } public function history(){ return $this->belongsToMany('App\Model\Module\History'); } public function investigation(){ return $this->hasMany('App\Model\Module\Investigation'); } public function iteminventory(){ return $this->hasMany('App\Model\Module\ItemInventory'); } }