it has a way to bind the team to multiple fields on the same model
ggafiled opened this issue · 4 comments
ggafiled commented
okaufmann commented
I am not sure if I understand your requirement correctly.
But if you want to have further fields on the team model you can just ad them to the Database and extend the Team model.
ggafiled commented
on Constarution Model i need to bind surveyDesignTeam, surveyDesingDateBy, ifccTeam, wallBoxTeam to reference to id on Team model
in document to see only one field reference to id on Team but my case it's mutiple field to reference team model.
@okaufmann
okaufmann commented
unfortunately not. This is a limitation of https://github.com/mpociot/teamwork/blob/master/src/Traits/UserHasTeams.php
okaufmann commented
I'll close this issue for now.