From fc1cd28d2c4a243ad58969080ee9d27548952218 Mon Sep 17 00:00:00 2001 From: Mikkel Ricky Date: Wed, 25 Sep 2024 14:39:56 +0200 Subject: [PATCH] 1015: Cleaned up cache handling --- src/Service/SF1601/DigitalPoster.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Service/SF1601/DigitalPoster.php b/src/Service/SF1601/DigitalPoster.php index 2aa90b58..652e8c30 100644 --- a/src/Service/SF1601/DigitalPoster.php +++ b/src/Service/SF1601/DigitalPoster.php @@ -30,8 +30,7 @@ public function __construct( private readonly CacheInterface $cache, LoggerInterface $logger, array $options - ) - { + ) { $this->options = $this->resolveOptions($options); $this->setLogger($logger); }