Skip to content

Commit b35e56a

Browse files
committed
docs: update docblock for user like relation
1 parent e780c1e commit b35e56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UserHasInteraction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @package CSlant\LaravelLike\Traits
1313
* @mixin Model
14-
* @method Model hasMany(string $related, string $foreignKey = null, string $localKey = null)
14+
* @@method HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null)
1515
*/
1616
trait UserHasInteraction
1717
{

0 commit comments

Comments
 (0)