@@ -100,7 +100,7 @@ |
||
| 100 | 100 | public function jsonDeserialize($config): self |
| 101 | 101 | { |
| 102 | 102 | if (is_string($config)) { |
| 103 | - return $this->jsonDeserialize((array) json_decode($config)); |
|
| 103 | + return $this->jsonDeserialize((array)json_decode($config)); |
|
| 104 | 104 | } |
| 105 | 105 | if (is_array($config)) { |
| 106 | 106 | return $this->setConfig($config); |