mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-08-03 07:01:38 +00:00
Removed unused HTTPClientInterface in TME provider
This commit is contained in:
parent
523c3f57fa
commit
89afc6a2a1
1 changed files with 1 additions and 2 deletions
|
|
@ -42,8 +42,7 @@ class TMEProvider implements InfoProviderInterface, URLHandlerInfoProviderInterf
|
|||
|
||||
private const VALID_DOCUMENT_TYPES = ['INS', 'DTE', 'KCH', 'GWA', 'INB', 'PRE'];
|
||||
|
||||
public function __construct(private readonly TMEClient $tmeClient, private readonly TMESettings $settings,
|
||||
private readonly HttpClientInterface $httpClient)
|
||||
public function __construct(private readonly TMEClient $tmeClient, private readonly TMESettings $settings)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue