TopShelfCraft / Wordsmith

A plugin for Craft CMS to help you manage and manipulate text.
Other
30 stars 20 forks source link

GraphQL Error #58

Closed Lugat closed 3 months ago

Lugat commented 8 months ago

We are getting the following error: Object of class TopShelfCraft\Wordsmith\gql\WordsmithDirective could not be converted to string

Could fix it by changing the following code:

TopShelfCraft\Wordsmith\Wordsmith Line: 64 $event->directives[] = WordsmithDirective::create(); to $event->directives[] = WordsmithDirective::class;

michaelrog commented 3 months ago

Thanks @Lugat for calling this to my attention. Wordsmith 4.5.0 and 5.0.0 include the change you suggested. ✅