Commit eceb9a2
authored
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..]1 parent 239cb2f commit eceb9a2
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
295 | 312 | | |
296 | 313 | | |
297 | 314 | | |
| |||
0 commit comments