1 parent 341d59b commit 28d21deCopy full SHA for 28d21de
1 file changed
docs/known_issues.md
@@ -46,7 +46,7 @@ Similar to the issue above, because VichUploaderBundle relies on Doctrine's `pre
46
handlers, it is not possible to use Gedmo's handlers to track changes for uploaded files. To be
47
more specific, you cannot use `Gedmo\Timestampable` to track when a file is uploaded or changed.
48
One solution for this is to update your timestamp property in your setters of the file and field
49
-properties; updating both is neccessary to track delete and change actions.
+properties; updating both is necessary to track delete and change actions.
50
51
```php
52
#[Vich\UploadableField(mapping: 'custom_file', fileNameProperty: 'myField')]
0 commit comments