Browse Source

latest

master
Siti Rahayu 4 years ago
parent
commit
e0518f6ffd
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      app/Http/Controllers/Api/CompoundResourceController.php

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

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

return $this->sendResponse('', 'Kompaun ini tidak dijumpai!');
}
else{
return $this->sendResponse('', 'Kompaun ini tidak dijumpai!');
}
} }
} }

Loading…
Cancel
Save