@@ -123,6 +123,11 @@ class CMSApiServices
|
||||
->get()
|
||||
->toArray();
|
||||
|
||||
$data['restaurant'] = Termsandconditions::select('id', 'message')
|
||||
->where('category_xid', '2')
|
||||
->get()
|
||||
->toArray();
|
||||
|
||||
return $data;
|
||||
} catch (Exception $ex) {
|
||||
Log::error('Terms and condition Get service failed : ' . $ex->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user