user gateway fixc

php
Anthony RICHARD 1 year ago
parent ab06aacb7a
commit f8f945cda5

@ -43,7 +43,7 @@ class UserGateway extends AbsGateway
}
}
public function remove(array $id): void
public function remove(int $id): void
{
try {
$query="DELETE FROM Vocabulary WHERE creator=:id";

Loading…
Cancel
Save