From 5f18b68ae2870e615f0b087c005927f58cf9cbbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Tue, 26 Sep 2023 08:13:23 +0200 Subject: [PATCH] cleanup --- src/Form/Fields/Meta.php | 8 -------- 1 file changed, 8 deletions(-) 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. */