From e243eda99ea89f189367df5c784469f3c9ad7cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20CHOQUE?= Date: Tue, 14 May 2019 15:35:01 +0200 Subject: [PATCH] MaJ YML pour symfony 4.0 --- Resources/config/services.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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%"