Sfoglia il codice sorgente

JSON_UNESCAPED_SLASHES kea:config command

Espinoza Guillermo 7 anni fa
parent
commit
63a71b1beb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
     }
 
     /**