Skip to content

Commit

Permalink
Exposed as protected RollbackTask::getSerializedChunks()
Browse files Browse the repository at this point in the history
  • Loading branch information
matcracker committed Jun 12, 2021
1 parent 5dcfc5c commit 0f982be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/matcracker/BedcoreProtect/tasks/async/RollbackTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,12 @@ public function onCompletion(Server $server): void
$onComplete();
}

/**
* @return string[]
*/
protected function getSerializedChunks(): array
{
return $this->serializedChunks;
}

}

0 comments on commit 0f982be

Please sign in to comment.