diff --git a/src/Relations/BelongsToThrough.php b/src/Relations/BelongsToThrough.php index 20bcf77..37a9e55 100644 --- a/src/Relations/BelongsToThrough.php +++ b/src/Relations/BelongsToThrough.php @@ -14,7 +14,7 @@ /** * @template TRelatedModel of \Illuminate\Database\Eloquent\Model * @template TDeclaringModel of \Illuminate\Database\Eloquent\Model - + * * @extends \Illuminate\Database\Eloquent\Relations\Relation */ class BelongsToThrough extends Relation