We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d4d81 commit 3088278Copy full SHA for 3088278
src/Feed/BrndFeedType.php
@@ -10,6 +10,7 @@
10
use App\Feed\SourceType\Brnd\SecretsDTO;
11
use App\Service\FeedService;
12
use Psr\Cache\CacheItemPoolInterface;
13
+use Psr\Log\LoggerInterface;
14
use Symfony\Component\HttpFoundation\Request;
15
16
/**
@@ -27,6 +28,7 @@ public function __construct(
27
28
private readonly FeedService $feedService,
29
private readonly ApiClient $apiClient,
30
private readonly CacheItemPoolInterface $feedsCache,
31
+ private readonly LoggerInterface $logger,
32
) {}
33
34
public function getAdminFormOptions(FeedSource $feedSource): array
0 commit comments