Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiicolas committed Jun 21, 2024
1 parent c053523 commit d3af2cc
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 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 d3af2cc

Please sign in to comment.