TestsDone
This commit is contained in:
@@ -23,7 +23,7 @@ class InhaltsstoffController
|
||||
return json_encode($result);
|
||||
}
|
||||
|
||||
public function insertInhaltsstoff($data)
|
||||
public function writeInhaltsstoff($data)
|
||||
{
|
||||
$result = $this->db->insertInhaltsstoff($data);
|
||||
return json_encode($result);
|
||||
|
Reference in New Issue
Block a user