Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Taggable.php adding existing in groups
Added existingTagsInGroup Funtion Take array with groups name ["GroupA","GroupB"] and return Tags in those groups example Student::existingTagsInGroups(["basket-ball","foot-ball"]); result is collection of tags ["Playmaker","Defenders",etc..]
- Loading branch information