Upgrade to 3.8.0
This commit is contained in:
@@ -114,7 +114,7 @@ class Blocks extends Items
|
||||
if (empty($input) === false && is_array($input) === false) {
|
||||
try {
|
||||
$input = Json::decode((string)$input);
|
||||
} catch (Throwable $e) {
|
||||
} catch (Throwable) {
|
||||
$parser = new Parsley((string)$input, new BlockSchema());
|
||||
$input = $parser->blocks();
|
||||
}
|
||||
|
Reference in New Issue
Block a user