We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee154b5 commit 35e2e36Copy full SHA for 35e2e36
src/Contracts/TaggableContract.php
@@ -15,15 +15,6 @@ interface TaggableContract {
15
*/
16
public function tagged();
17
18
- /**
19
- * Return collection of tags related to the tagged model
20
- * TODO : I'm sure there is a faster way to build this, but
21
- * If anyone knows how to do that, me love you long time.
22
- *
23
- * @return \Illuminate\Database\Eloquent\Collection
24
- */
25
- public function getTagsAttribute();
26
-
27
/**
28
* Perform the action of tagging the model with the given string
29
*
0 commit comments