mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(TextToImage): Update testing provider to new interface
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
14d1c18665
commit
4e625f6635
1 changed files with 4 additions and 0 deletions
|
|
@ -41,4 +41,8 @@ class FakeText2ImageProvider implements IProvider {
|
|||
public function getExpectedRuntime(): int {
|
||||
return 1;
|
||||
}
|
||||
|
||||
public function getId(): string {
|
||||
return 'testing-fake-text2image-provider';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue