replaced print with echo

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-03-01 18:15:51 +01:00
parent 0410d3b3a1
commit cf95b67948
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class ApikeyRepository
return $statement->rowCount();
} catch (PDOException $e) {
print($e->getMessage());
echo $e->getMessage();
return false;
}
}