File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
* :doc:` /components/dependency_injection/introduction`
28
28
* :doc:` /components/dependency_injection/types`
29
- * :doc:` /components/dependency_injection/parameter `
29
+ * :doc:` /components/dependency_injection/parameters `
30
30
* :doc:` /components/dependency_injection/definitions`
31
31
* :doc:` /components/dependency_injection/compilation`
32
32
* :doc:` /components/dependency_injection/tags`
Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: Doctrine; File uploads
3
3
4
-
5
4
How to handle File Uploads with Doctrine
6
5
========================================
7
6
@@ -120,7 +119,7 @@ look like this::
120
119
Next, create this property on your ``Document `` class and add some validation
121
120
rules::
122
121
123
- use Symfony\C omponent\H ttpFoundation\F ile\U ploadedFile;
122
+ use Symfony\Component\HttpFoundation\File\UploadedFile;
124
123
125
124
// ...
126
125
class Document
You can’t perform that action at this time.
0 commit comments