mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix: Minor copypasta
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
0c1bd845a7
commit
8339b5b128
2 changed files with 2 additions and 2 deletions
|
|
@ -212,7 +212,7 @@ class Manager implements IManager {
|
|||
if (!$this->hasProviders()) {
|
||||
throw new PreConditionNotMetException('No text to image provider is installed that can handle this task');
|
||||
}
|
||||
$this->logger->warning('Scheduling Text2Image Task');
|
||||
$this->logger->debug('Scheduling Text2Image Task');
|
||||
$task->setStatus(Task::STATUS_SCHEDULED);
|
||||
$taskEntity = DbTask::fromPublicTask($task);
|
||||
$this->taskMapper->insert($taskEntity);
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ interface IRegistrationContext {
|
|||
*
|
||||
* @param string $providerClass
|
||||
* @psalm-param class-string<ITextToImageProvider> $providerClass
|
||||
* @since 27.1.0
|
||||
* @since 28.0.0
|
||||
*/
|
||||
public function registerTextToImageProvider(string $providerClass): void;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue