mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Update lib/public/TextToImage/IProvider.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
9658d9c126
commit
1823a8ebf3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ use RuntimeException;
|
|||
*/
|
||||
interface IProvider {
|
||||
/**
|
||||
* The ID of this provider
|
||||
* An arbitrary unique text string identifying this provider
|
||||
* @since 28.0.0
|
||||
*/
|
||||
public function getId(): string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue