Explorar o código

JSON_UNESCAPED_SLASHES kea:config command

Espinoza Guillermo %!s(int64=7) %!d(string=hai) anos
pai
achega
63a71b1beb
Modificáronse 1 ficheiros con 1 adicións e 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);
     }
 
     /**