Skip to content

Commit 24a88fc

Browse files
committed
Fixup InitialFileFetcher does not need io and config
1 parent 398cdba commit 24a88fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function downloadScaffold() {
116116
$fetcher = new PrestissimoFileFetcher($remoteFs, $options['source'], $files, $this->io, $this->composer->getConfig());
117117
$fetcher->fetch($version, $webroot);
118118

119-
$initialFileFetcher = new InitialFileFetcher($remoteFs, $options['source'], $this->getInitial(), $this->io, $this->composer->getConfig());
119+
$initialFileFetcher = new InitialFileFetcher($remoteFs, $options['source'], $this->getInitial());
120120
$initialFileFetcher->fetch($version, $webroot);
121121

122122
// Call post-scaffold scripts.

0 commit comments

Comments
 (0)