Skip to content

Commit

Permalink
docs: update docblock for user like relation
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Sep 28, 2024
1 parent 1bdf8eb commit 1d8197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/UserHasInteraction.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @package CSlant\LaravelLike\Traits
* @mixin Model
* @method Model hasMany(string $interactionModel, string $userForeignKey)
* @method HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null)
*/
trait UserHasInteraction
{
Expand Down

0 comments on commit 1d8197e

Please sign in to comment.