Browse Source

comment epbt

master
Siti Hajar Ibrahim 5 years ago
parent
commit
25b16ac48f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Api/CompoundResourceController.php

+ 1
- 1
app/Http/Controllers/Api/CompoundResourceController.php View File

// } // }
$this->dispatch(new StoreCompound($request->all(), $kpd, $staff->_id, $no_siri)); $this->dispatch(new StoreCompound($request->all(), $kpd, $staff->_id, $no_siri));
array_push($data, array('kpd' => $kpd)); array_push($data, array('kpd' => $kpd));
$this->dispatch(new StoreCompoundEPBT($request->all(), $kpd, $staff->StaffDetail->full_name, $staff->StaffDetail->no_badan, $faulty->nama));
// $this->dispatch(new StoreCompoundEPBT($request->all(), $kpd, $staff->StaffDetail->full_name, $staff->StaffDetail->no_badan, $faulty->nama));


return $this->sendResponse($data, 'Berjaya simpan rekod kompaun!'); return $this->sendResponse($data, 'Berjaya simpan rekod kompaun!');
// } // }

Loading…
Cancel
Save