From 57bfd552c1896f2eef3c6934866bf9ae1e7bc999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 6 Nov 2024 20:15:49 +0100 Subject: [PATCH] Fix docblock in BelongsToThrough (#106) --- src/Relations/BelongsToThrough.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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