Merge pull request 'Testing' (#16) from Testing into main
Reviewed-on: #16
This commit was merged in pull request #16.
This commit is contained in:
@@ -48,7 +48,7 @@ class KindController
|
||||
{
|
||||
$result = $this->db->deleteKind($kindId);
|
||||
|
||||
return $result;
|
||||
return json_encode($result);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user