Skip to content

Commit 35e2e36

Browse files
committed
Fix on contract
1 parent ee154b5 commit 35e2e36

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Contracts/TaggableContract.php

-9
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ interface TaggableContract {
1515
*/
1616
public function tagged();
1717

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-
2718
/**
2819
* Perform the action of tagging the model with the given string
2920
*

0 commit comments

Comments
 (0)