chore: Remove unnecessary code in DatabaseBackupJob.php
This commit is contained in:
parent
83549965ca
commit
e4108863a8
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ public function handle(): void
|
|||
try {
|
||||
// Check if team is exists
|
||||
if (is_null($this->team)) {
|
||||
$this->backup->update(['status' => 'failed']);
|
||||
StopDatabase::run($this->database);
|
||||
$this->database->delete();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue