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