mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Update lib/private/TextToImage/Db/TaskMapper.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
5d36c4c1d1
commit
f9d209cf15
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class TaskMapper extends QBMapper {
|
|||
}
|
||||
|
||||
public function update(Entity $entity): Entity {
|
||||
$entity->setLastUpdated(DateTime::createFromImmutable($this->timeFactory->now()));
|
||||
$entity->setLastUpdated($this->timeFactory->getDateTime());
|
||||
return parent::update($entity);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue