diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 90aef1e..3b9a8db 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -4,7 +4,7 @@ services: a5sys_pdf.pdf_service: class: A5sys\PdfBundle\Service\PdfService arguments: - - %a5sys_pdf.binary% - - %a5sys_pdf.temp_dir% - - %a5sys_pdf.command_options% - - %a5sys_pdf.encoding% \ No newline at end of file + - "%a5sys_pdf.binary%" + - "%a5sys_pdf.temp_dir%" + - "%a5sys_pdf.command_options%" + - "%a5sys_pdf.encoding%"