We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe3b2f commit 96352f2Copy full SHA for 96352f2
src/actions/ScaffoldFiles.php
@@ -28,7 +28,7 @@ public function onEvent(Event $event): void
28
}
29
30
$event->getIO()->write('Deleting install.php');
31
- $delete = new DeleteFile($this->filesystem, 'core/web', 'install.php');
+ $delete = new DeleteFile($this->filesystem, 'web/core', 'install.php');
32
$delete->execute();
33
34
0 commit comments