File tree Expand file tree Collapse file tree
apps/settings/lib/Settings/Admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929use OCP \AppFramework \Services \IInitialState ;
3030use OCP \IConfig ;
3131use OCP \IL10N ;
32- use OCP \IServerContainer ;
3332use OCP \Settings \IDelegatedSettings ;
3433use OCP \SpeechToText \ISpeechToTextManager ;
3534use OCP \TextProcessing \IManager ;
3635use OCP \TextProcessing \IProvider ;
3736use OCP \TextProcessing \ITaskType ;
3837use OCP \Translation \ITranslationManager ;
3938use Psr \Container \ContainerExceptionInterface ;
39+ use Psr \Container \ContainerInterface ;
4040use Psr \Container \NotFoundExceptionInterface ;
4141
4242class ArtificialIntelligence implements IDelegatedSettings {
@@ -47,7 +47,7 @@ public function __construct(
4747 private ITranslationManager $ translationManager ,
4848 private ISpeechToTextManager $ sttManager ,
4949 private IManager $ textProcessingManager ,
50- private IServerContainer $ container ,
50+ private ContainerInterface $ container ,
5151 ) {
5252 }
5353
You can’t perform that action at this time.
0 commit comments