diff --git a/src/Fields/Json.php b/src/Fields/Json.php index d73c97d4..0582613c 100644 --- a/src/Fields/Json.php +++ b/src/Fields/Json.php @@ -137,7 +137,7 @@ public function object(): static $this->objectMode = true; return $this->customAttributes([ - 'class' => 'space-elements' + 'class' => 'space-elements', ]); }