Esempio n. 1
0
 public function storeCustomRecord($parameters)
 {
     Country::create(['id_002' => $this->request->input('id'), 'lang_id_002' => $this->request->input('lang'), 'name_002' => $this->request->input('name'), 'sorting_002' => $this->request->input('sorting', 0), 'prefix_002' => $this->request->input('prefix'), 'territorial_area_1_002' => $this->request->input('territorialArea1'), 'territorial_area_2_002' => $this->request->input('territorialArea2'), 'territorial_area_3_002' => $this->request->input('territorialArea3'), 'data_lang_002' => Country::addLangDataRecord($this->request->input('lang'), $this->request->input('id'))]);
 }