Skip to content

Commit

Permalink
Merge pull request #1453 from tomasnorre/patch-1
Browse files Browse the repository at this point in the history
Update vich_file_type.md
  • Loading branch information
garak authored May 24, 2024
2 parents ac002b8 + 58611b2 commit f33410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/form/vich_file_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Form extends AbstractType
```php
use Vich\UploaderBundle\Form\Type\VichImageType;

$builder->add('genericFile', VichImageType::class, [
$builder->add('genericFile', VichFileType::class, [
'delete_label' => 'Remove file',
]);
```
Expand Down

0 comments on commit f33410e

Please sign in to comment.