mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
cs:Fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
666f7b33c9
commit
dc8cba6026
3 changed files with 0 additions and 5 deletions
|
|
@ -25,5 +25,4 @@
|
|||
namespace OCP\TextToImage\Exception;
|
||||
|
||||
class Exception extends \Exception {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,5 +25,4 @@
|
|||
namespace OCP\TextToImage\Exception;
|
||||
|
||||
class TaskNotFoundException extends Exception {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,9 +26,6 @@ declare(strict_types=1);
|
|||
namespace OCP\TextToImage;
|
||||
|
||||
use OCP\IImage;
|
||||
use OCP\Image;
|
||||
use OCP\TextProcessing\IProvider as P;
|
||||
use OCP\TextProcessing\ITaskType;
|
||||
|
||||
/**
|
||||
* This is a text to image task
|
||||
|
|
|
|||
Loading…
Reference in a new issue