Skip to content

Commit

Permalink
Styleci again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bruckmaier committed Aug 22, 2024
1 parent 85b8b22 commit fd7ebd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Models/Repeater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fd7ebd2

Please sign in to comment.