From 974950c300a7b6f74c2bb015ac46c9d2a856be86 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 10 May 2023 12:49:53 +0200 Subject: [PATCH] Clean up --- tests/PostgresTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/PostgresTest.php b/tests/PostgresTest.php index e897bdb4..05e5fe23 100644 --- a/tests/PostgresTest.php +++ b/tests/PostgresTest.php @@ -235,9 +235,7 @@ class UuidComment extends Model class UuidScopedComment extends UuidComment { - use UsesUuidAsPrimaryKey, BelongsToPrimaryModel; - - protected $guarded = []; + use BelongsToPrimaryModel; public function getRelationshipToPrimaryModel(): string {