Skip to content

Commit

Permalink
Update Translatable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga authored Jul 17, 2023
1 parent c042c74 commit 5031fbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Fields/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 5031fbd

Please sign in to comment.