Skip to content

Commit 3088278

Browse files
committed
Add LoggerInterface
1 parent 83d4d81 commit 3088278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Feed/BrndFeedType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use App\Feed\SourceType\Brnd\SecretsDTO;
1111
use App\Service\FeedService;
1212
use Psr\Cache\CacheItemPoolInterface;
13+
use Psr\Log\LoggerInterface;
1314
use Symfony\Component\HttpFoundation\Request;
1415

1516
/**
@@ -27,6 +28,7 @@ public function __construct(
2728
private readonly FeedService $feedService,
2829
private readonly ApiClient $apiClient,
2930
private readonly CacheItemPoolInterface $feedsCache,
31+
private readonly LoggerInterface $logger,
3032
) {}
3133

3234
public function getAdminFormOptions(FeedSource $feedSource): array

0 commit comments

Comments
 (0)