File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Services/InfoProviderSystem/Providers Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3030use App \Services \InfoProviderSystem \DTOs \PriceDTO ;
3131use App \Services \InfoProviderSystem \DTOs \PurchaseInfoDTO ;
3232use App \Services \InfoProviderSystem \DTOs \SearchResultDTO ;
33+ use App \Services \OAuth \OAuthTokenManager ;
3334use App \Settings \InfoProviderSystem \BuerklinSettings ;
3435use Psr \Cache \CacheItemPoolInterface ;
3536use Symfony \Contracts \HttpClient \HttpClientInterface ;
@@ -50,9 +51,10 @@ class BuerklinProvider implements BatchInfoProviderInterface
5051
5152 public function __construct (
5253 private readonly HttpClientInterface $ client ,
54+ private readonly OAuthTokenManager $ authTokenManager ,
5355 private readonly CacheItemPoolInterface $ partInfoCache ,
5456 private readonly BuerklinSettings $ settings ,
55- ) {
57+ ) {
5658
5759 }
5860
You can’t perform that action at this time.
0 commit comments