This commit is contained in:
Shish 2023-01-11 11:18:16 +00:00
parent 5a64e8729b
commit 9587bedae0

View file

@ -156,7 +156,7 @@ class Database
$query,
$args
);
if($ret === false) {
if ($ret === false) {
throw new SCoreException("Query failed", $query);
}
/** @noinspection PhpIncompatibleReturnTypeInspection */