Example #1
0
 public function storeCustomRecord($parameters)
 {
     Profile::create(['name_006' => $this->request->input('name')]);
 }