Skip to content

Commit 78fad3c

Browse files
committed
fix: Fix inheritance of DeepLClientOptions
1 parent c2f3246 commit 78fad3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DeepLClientOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace DeepL;
88

9-
class DeepLClientOptions extends TranslateTextOptions
9+
class DeepLClientOptions extends TranslatorOptions
1010
{
1111

1212
}

0 commit comments

Comments
 (0)