Skip to content

Commit

Permalink
Merge pull request #1457 from Wiicolas/typo
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
garak committed Jun 23, 2024
2 parents c053523 + 34d0c81 commit 3b1d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Product
{
$this->imageFile = $imageFile;

// Only change the updated af if the file is really uploaded to avoid database updates.
// Only change the updatedAt property if the file is really uploaded to avoid database updates.
// This is needed when the file should be set when loading the entity.
if ($this->imageFile instanceof UploadedFile) {
$this->updatedAt = new \DateTime('now');
Expand Down

0 comments on commit 3b1d60c

Please sign in to comment.