Skip to content

Commit a499cc7

Browse files
foybkaaOskarStark
andauthored
Update controller/upload_file.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent 76f452f commit a499cc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controller/upload_file.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ logic to a separate service::
240240
class FileUploader
241241
{
242242
public function __construct(
243-
#[Autowire('%brochures_directory%')] private string $targetDirectory,
243+
#[Autowire('%brochures_directory%')]
244+
private string $targetDirectory,
244245
private SluggerInterface $slugger,
245246
) {
246247
}

0 commit comments

Comments
 (0)