Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Sep 26, 2023
1 parent 20973db commit 5f18b68
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Form/Fields/Meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 5f18b68

Please sign in to comment.