Update the query for updating the image repository.
This commit is contained in:
parent
b4610fc6a8
commit
0ded6e24f7
@ -79,6 +79,7 @@ class ImageRepository implements ImageRepositoryInterface
|
||||
title = ?,
|
||||
width = ?,
|
||||
height = ?
|
||||
WHERE id = ?
|
||||
";
|
||||
|
||||
$results = $this->db->getConnection()->exec($query, [
|
||||
@ -86,6 +87,7 @@ class ImageRepository implements ImageRepositoryInterface
|
||||
$image->getTitle(),
|
||||
$image->getWidth(),
|
||||
$image->getHeight(),
|
||||
$image->getId(),
|
||||
]);
|
||||
|
||||
return $results;
|
||||
|
Loading…
Reference in New Issue
Block a user