From fd7ebd224e20a46baa253dedaa88435416e3b047 Mon Sep 17 00:00:00 2001 From: Thomas Bruckmaier <> Date: Thu, 22 Aug 2024 21:37:46 +0200 Subject: [PATCH] Styleci again --- src/Models/Repeater.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Models/Repeater.php b/src/Models/Repeater.php index fc7796e..8f0c1f4 100644 --- a/src/Models/Repeater.php +++ b/src/Models/Repeater.php @@ -39,7 +39,6 @@ public function getValueAttribute() // requested, load the relation "attachment" on the foo_image field of // each layout foreach ($this->_with as $fullRelationName) { - if (!str_contains($fullRelationName, '.')) { throw new InvalidArgumentException(sprintf( "Eager-loaded ACF repeater relations must contain '.'. Available parents:\n%s",