From 5031fbd025bddf7998c5e372fb0b886a5baa424f Mon Sep 17 00:00:00 2001 From: alexvenga Date: Mon, 17 Jul 2023 17:30:06 +0300 Subject: [PATCH] Update Translatable.php --- src/Fields/Translatable.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Fields/Translatable.php b/src/Fields/Translatable.php index fa9a450..4447c71 100644 --- a/src/Fields/Translatable.php +++ b/src/Fields/Translatable.php @@ -42,12 +42,12 @@ public function textarea(): static { return $this; } - //public function tinyMce(): static { - // - // $this->inputField = TinyMce::class; - // - // return $this; - //} + public function tinyMce(): static { + + $this->inputField = TinyMce::class; + + return $this; + } public function languages(array $languages): static {