Skip to content

Commit c397ce7

Browse files
author
TheSidSpears
authored
Update upload_file.rst
$targetDirectory in service class, but $targetDir in services.yaml. Hm...
1 parent 9b95eae commit c397ce7

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)