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.
1 parent bf4f3d6 commit 7370433Copy full SHA for 7370433
cookbook/doctrine/file_uploads.rst
@@ -9,7 +9,7 @@ How to Handle File Uploads with Doctrine
9
Instead of handling file uploading yourself, you may consider using the
10
`VichUploaderBundle`_ community bundle. This bundle provides all the common
11
operations (such as file renaming, saving and deleting) and it's tightly
12
- integratd with Doctrine ORm, ODM, PHPCR ODM and Propel.
+ integrated with Doctrine ORM, MongoDB ODM, PHPCR ODM and Propel.
13
14
Handling file uploads with Doctrine entities is no different than handling
15
any other file upload. In other words, you're free to move the file in your
0 commit comments