Explorar el Código

JSON_UNESCAPED_SLASHES kea:config command

Espinoza Guillermo hace 7 años
padre
commit
63a71b1beb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/KeaBundle/Services/BaseKea.php

+ 1 - 1
src/KeaBundle/Services/BaseKea.php

@@ -41,7 +41,7 @@ class BaseKea implements KeaConfigInterface
                 'hooks-libraries' => $this->hooks_libraries,
             ],
             'Logging' => $this->loggingConfig(),
-        ], JSON_PRETTY_PRINT);
+        ], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
     }
 
     /**