disable success notifications for now

This commit is contained in:
Andras Bacsai
2024-12-03 12:22:27 +01:00
parent f7ef339ec3
commit 669293afc1
3 changed files with 4 additions and 4 deletions

View File

@@ -306,7 +306,7 @@ class DatabaseBackupJob implements ShouldBeEncrypted, ShouldQueue
if ($this->backup->save_s3) {
$this->upload_to_s3();
}
$this->team?->notify(new BackupSuccess($this->backup, $this->database, $database));
//$this->team?->notify(new BackupSuccess($this->backup, $this->database, $database));
$this->backup_log->update([
'status' => 'success',
'message' => $this->backup_output,