manogi / nova-tiptap

Laravel Nova Tiptap Field
MIT License
172 stars 57 forks source link

Moved provideToScript to Nova serving #41

Closed drobee closed 2 years ago

drobee commented 2 years ago

After updating the package to 2.x my custom auth guards didn't register. According to Nova documentation the Nova::provideToScript method should be called within Nova::serving. It fixes the problem.

manogi commented 2 years ago

Thanks for fixing this oversight! Implemented in v2.1.2