mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 15:14:20 +02:00
refactor(serializers): update params for json decode method
This commit is contained in:
@@ -78,7 +78,7 @@ class Json
|
||||
return $data_from_cache;
|
||||
}
|
||||
|
||||
$data = $this->_decode($input);
|
||||
$data = $this->_decode($input, $assoc, $depth, $flags);
|
||||
$this->flextype['cache']->save($key, $data);
|
||||
|
||||
return $data;
|
||||
|
Reference in New Issue
Block a user