whitecube / nova-page

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

Added model property to StaticResource #61

Closed ruerdev closed 4 years ago

ruerdev commented 4 years ago

The absence of the model property causes some problems. It's currently not possible to attach related records via Nova. It also breaks other third-party Nova tools, like the nova csv import tool.

This PR fixes this by adding the model property to the StaticResource abstract class.

Issue related to this:

33