Skip to content
Snippets Groups Projects

Issue #3230250: Update Composer Stager to 0.2.0

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -183,7 +183,7 @@ class Updater {
@@ -183,7 +183,7 @@ class Updater {
*/
*/
public function begin(): string {
public function begin(): string {
$stage_key = $this->createActiveStage();
$stage_key = $this->createActiveStage();
$this->beginner->begin(static::getActiveDirectory(), static::getStageDirectory(), NULL, 120, $this->getExclusions());
$this->beginner->begin(static::getActiveDirectory(), static::getStageDirectory(), $this->getExclusions());
return $stage_key;
return $stage_key;
}
}
Loading