mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Update lib/public/LanguageModel/Events/TaskFailedEvent.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit bad124c07b)
This commit is contained in:
parent
7a423e416f
commit
9a36bb4f91
1 changed files with 4 additions and 2 deletions
|
|
@ -13,8 +13,10 @@ class TaskFailedEvent extends AbstractLanguageModelEvent {
|
|||
* @param string $errorMessage
|
||||
* @since 28.0.0
|
||||
*/
|
||||
public function __construct(ILanguageModelTask $task,
|
||||
private string $errorMessage) {
|
||||
public function __construct(
|
||||
ILanguageModelTask $task,
|
||||
private string $errorMessage,
|
||||
) {
|
||||
parent::__construct($task);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue