From 96850a433100a85fc4a2e1bfa78763ae28d6c7c3 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 23 Aug 2023 13:24:05 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Properties/Tests/PropertyTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Properties/Tests/PropertyTest.php b/src/Properties/Tests/PropertyTest.php index dfe5c5b6..de650b6c 100644 --- a/src/Properties/Tests/PropertyTest.php +++ b/src/Properties/Tests/PropertyTest.php @@ -154,6 +154,5 @@ public function the_hidden_scopes_can_be_used_to_query_models() $this->assertEquals(5, Property::visibleOnes()->count()); $this->assertEquals(8, Property::hiddenOnes()->count()); - } }