Relatives routes
This commit is contained in:
@@ -14,6 +14,25 @@ class WrenchFamily extends BaseController
|
||||
return [];
|
||||
}
|
||||
|
||||
public function relativeEditKids(){
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
return $this->summaryReturnData($in,$out);
|
||||
}
|
||||
public function relativeSettings(){
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
return $this->summaryReturnData($in,$out);
|
||||
}
|
||||
public function relativeReminder(){
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
return $this->summaryReturnData($in,$out);
|
||||
}
|
||||
|
||||
public function familyBanners(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
|
||||
Reference in New Issue
Block a user