amidesfahani/filament-tinyeditor

Error in TinyEditor.php "Str not found"

Closed this issue · 0 comments

Hi Amed,

nice integration of the TinyEditor. I just installed the latest version (1.0.4) into my filamentphp panel and run into the following error.

Class "AmidEsfahani\FilamentTinyEditor\Str" not found`

In your file src/TinyEditor.php on line 80

if (!Str::contains($this->templates, 'template'))

you use the Str-helper from laravel, but didn't loaded the class with a use statement.

Best regards
Olli