diff --git a/src/Form/Fields/Meta.php b/src/Form/Fields/Meta.php index 8d54324e..1125682b 100644 --- a/src/Form/Fields/Meta.php +++ b/src/Form/Fields/Meta.php @@ -114,14 +114,6 @@ public function asHidden(Closure $callback = null): static return $this->as(Hidden::class, $callback); } - /** - * Set the meta field as JSON. - */ - public function asJson(Closure $callback = null): static - { - return $this->as(Json::class, $callback); - } - /** * Set the meta field as number. */