Skip to content

Commit

Permalink
[BUGFIX] Fix PictureConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteeb committed Jul 3, 2024
1 parent ddb694e commit a389b52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Classes/Domain/Model/PictureConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,4 @@ public function webpShouldBeAddedOnly(): bool
{
return $this->onlyWebp;
}

public function webpShouldBeAddedOnly(): bool
{
return $this->onlyWebp;
}
}

0 comments on commit a389b52

Please sign in to comment.