fix typo
This commit is contained in:
parent
d973b87f5f
commit
c26407fa7e
@ -100,7 +100,6 @@ class DatabaseBackupJob implements ShouldQueue
|
|||||||
ray('Backup done for ' . $this->database->uuid . ' at ' . $this->server->name . ':' . $this->backup_filename);
|
ray('Backup done for ' . $this->database->uuid . ' at ' . $this->server->name . ':' . $this->backup_filename);
|
||||||
|
|
||||||
$this->backup_status = 'success';
|
$this->backup_status = 'success';
|
||||||
throw new \Error('test');
|
|
||||||
$this->team->notify(new BackupSuccess($this->backup, $this->database));
|
$this->team->notify(new BackupSuccess($this->backup, $this->database));
|
||||||
} catch (Throwable $th) {
|
} catch (Throwable $th) {
|
||||||
$this->backup_status = 'failed';
|
$this->backup_status = 'failed';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user