whitecube / nova-page

Static pages content management for Laravel Nova
https://whitecube.github.io/nova-page
MIT License
238 stars 41 forks source link

Uses app() function instead resolve() to avoid conflicts #51

Closed pedro-santiago closed 4 years ago

pedro-santiago commented 4 years ago

Figured out that a lot of other packages do have functions with the same name as resolve function.

That was causing the page not to load properly. Since resolve itself it's just an alias for the real app function, I changed it accordingly and works like a charm now.