replaced print with echo
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
0410d3b3a1
commit
cf95b67948
|
@ -161,7 +161,7 @@ class ApikeyRepository
|
|||
|
||||
return $statement->rowCount();
|
||||
} catch (PDOException $e) {
|
||||
print($e->getMessage());
|
||||
echo $e->getMessage();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue