Commit 915cec3f by Jansa Jose

get booked services

parent 9c80a1a5
......@@ -139,6 +139,10 @@ class Webservice_model extends CI_Model {
$respArr['status'] = 'success';
$respArr['data'] = $bookData;
$respArr['message'] = 'success';
}else{
$respArr['status'] = 'success';
$respArr['data'] = [];
$respArr['message'] = 'success';
}
return $respArr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment