Skip to content

Commit 54da911

Browse files
committed
cs fix
1 parent 67a64d7 commit 54da911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Jobs/UpdateSite.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function handle(): void
7575

7676
protected function performExtraction(PrepareUpdate $prepareResult): void
7777
{
78+
/** Create a separate connection with the extraction password **/
7879
$connection = App::make(Connection::class, [
7980
$this->site->url,
8081
$prepareResult->password
@@ -100,7 +101,7 @@ protected function performExtraction(PrepareUpdate $prepareResult): void
100101
);
101102
}
102103

103-
// Make next backup step
104+
// Make next extraction step
104105
$stepResult = $connection->performExtractionRequest(
105106
[
106107
"task" => "stepExtract",

0 commit comments

Comments
 (0)