You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,8 +31,16 @@ final class ElevenLabsSpeechPlatform implements PlatformInterface, SpeechPlatfor
29
31
*/
30
32
publicfunction__construct(
31
33
privatereadonlyPlatformInterface$platform,
32
-
privatereadonlyarray$speechConfiguration,
34
+
privatearray$speechConfiguration,
33
35
) {
36
+
if (!class_exists(OptionsResolver::class)) {
37
+
thrownewRuntimeException('For using elevenlabs as as speech platform, a symfony/options-resolver implementation is required. Try running "composer require symfony/options-resolver".');
0 commit comments