Compare commits
3 Commits
c9a52853e5
...
2a1ab99070
Author | SHA1 | Date | |
---|---|---|---|
2a1ab99070 | |||
5db540d1d1 | |||
bc4d16055f |
@ -48,7 +48,7 @@ class KindController
|
||||
{
|
||||
$result = $this->db->deleteKind($kindId);
|
||||
|
||||
return $result;
|
||||
return json_encode($result);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user