Skip to content

Commit

Permalink
Merge pull request #51 from luckcolors/patch-1
Browse files Browse the repository at this point in the history
Fix phpdoc for getLikedItems
  • Loading branch information
overtrue authored Aug 24, 2022
2 parents b8a9458 + 1c057b4 commit 9f51196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Liker.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function likes(): HasMany
/**
* Get Query Builder for likes
*
* @return Illuminate\Database\Eloquent\Builder
* @return \Illuminate\Database\Eloquent\Builder
*/
public function getLikedItems(string $model)
{
Expand Down

0 comments on commit 9f51196

Please sign in to comment.