hasMany('App\Model\Module\Attachment'); } public function staff() { return $this->belongsTo('App\Model\Staff','no_badan','dikeluarkan'); } public function compound() { return $this->belongsTo('App\Model\Module\Compound'); } }