Skip to content

Commit 17dd10f

Browse files
committed
minor #9404 Update upload_file.rst (TheSidSpears)
This PR was merged into the 4.0 branch. Discussion ---------- Update upload_file.rst $targetDirectory in service class, but $targetDir in services.yaml. Hm... Commits ------- c397ce7 Update upload_file.rst
2 parents 9b95eae + c397ce7 commit 17dd10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/upload_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Then, define a service for this class:
271271
272272
App\Service\FileUploader:
273273
arguments:
274-
$targetDir: '%brochures_directory%'
274+
$targetDirectory: '%brochures_directory%'
275275
276276
.. code-block:: xml
277277

0 commit comments

Comments
 (0)