small fixes

This commit is contained in:
2024-03-29 14:06:27 +01:00
parent 80b5ac07d0
commit 12b8a0b386
5 changed files with 41 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ class DocumentRoute extends Route {
public function preInsert(array &$row) {
parent::preInsert($row);
$this->extra = json_encode($this->args);
$this->extra = json_encode($this->args, JSON_UNESCAPED_SLASHES);
}
#[Pure] private function getClassName(): string {