We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c053523 + 34d0c81 commit 3b1d60cCopy full SHA for 3b1d60c
docs/known_issues.md
@@ -28,7 +28,7 @@ class Product
28
{
29
$this->imageFile = $imageFile;
30
31
- // 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.
32
// This is needed when the file should be set when loading the entity.
33
if ($this->imageFile instanceof UploadedFile) {
34
$this->updatedAt = new \DateTime('now');
0 commit comments