-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
First of all thanks for creating this package. Love how simple and useful it is! ❤️
I would like to propose a change in how version author is stored. At the moment there is no simple way to keep versions from multiple user models. Some applications can have multiple guards with different model providers, while sharing some of the resources. For example we can have Admin, User and both of them can edit an Article.
Would there be any problem with changing Version - User relationship from belongsTo to morphTo?