From 9787f9dba010f17bb53e88989716c94d677c0916 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sun, 22 Oct 2023 11:10:24 +0200 Subject: enh(Text2Image): Add AI settings section to text2image Signed-off-by: Marcel Klehr --- lib/private/TextToImage/Manager.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/private/TextToImage') diff --git a/lib/private/TextToImage/Manager.php b/lib/private/TextToImage/Manager.php index 0b61d1af246..c05e6e6972c 100644 --- a/lib/private/TextToImage/Manager.php +++ b/lib/private/TextToImage/Manager.php @@ -64,6 +64,9 @@ class Manager implements IManager { $this->appData = $this->appDataFactory->get('core'); } + /** + * @inerhitDocs + */ public function getProviders(): array { $context = $this->coordinator->getRegistrationContext(); if ($context === null) { @@ -90,6 +93,9 @@ class Manager implements IManager { return $this->providers; } + /** + * @inheritDoc + */ public function hasProviders(): bool { $context = $this->coordinator->getRegistrationContext(); if ($context === null) { -- cgit v1.2.3