Skip to content

Commit

Permalink
Fix docblock in BelongsToThrough (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 6, 2024
1 parent ebd5095 commit 57bfd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Relations/BelongsToThrough.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* @template TRelatedModel of \Illuminate\Database\Eloquent\Model
* @template TDeclaringModel of \Illuminate\Database\Eloquent\Model
*
* @extends \Illuminate\Database\Eloquent\Relations\Relation<TRelatedModel, TDeclaringModel, ?TRelatedModel>
*/
class BelongsToThrough extends Relation
Expand Down

0 comments on commit 57bfd55

Please sign in to comment.