bugfix
This commit is contained in:
@@ -30,7 +30,7 @@ class DocumentRoute extends Route {
|
||||
|
||||
protected function readExtra() {
|
||||
parent::readExtra();
|
||||
$this->args = json_decode($this->extra) ?? [];
|
||||
$this->args = json_decode($this->extra, true) ?? [];
|
||||
}
|
||||
|
||||
public function preInsert(array &$row) {
|
||||
|
||||
Reference in New Issue
Block a user