Skip to content

Commit

Permalink
1015: Cleaned up cache handling
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Sep 25, 2024
1 parent 5b40efa commit fc1cd28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Service/SF1601/DigitalPoster.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ public function __construct(
private readonly CacheInterface $cache,
LoggerInterface $logger,
array $options
)
{
) {
$this->options = $this->resolveOptions($options);
$this->setLogger($logger);
}
Expand Down

0 comments on commit fc1cd28

Please sign in to comment.