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