format muhahaha

This commit is contained in:
Andras Bacsai
2023-08-11 20:48:52 +02:00
parent c762195c8a
commit 82a01b4483
109 changed files with 295 additions and 244 deletions

View File

@@ -157,7 +157,7 @@ class DatabaseBackupJob implements ShouldQueue
}
$key = $this->s3->key;
$secret = $this->s3->secret;
// $region = $this->s3->region;
// $region = $this->s3->region;
$bucket = $this->s3->bucket;
$endpoint = $this->s3->endpoint;
@@ -183,6 +183,5 @@ class DatabaseBackupJob implements ShouldQueue
'message' => $this->backup_output,
'size' => $this->size,
]);
}
}