More testing.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-10 07:47:28 +00:00
parent 46121bfcca
commit 534c8cdbe6
6 changed files with 118 additions and 7 deletions

View File

@ -75,6 +75,7 @@ class CommandBackup extends Command
$message = $render->render('notify', $template);
} catch (\Exception $e) {
$message = $e->getMessage();
$sio->error($message);
}
$notification->send($title, $message);