Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update InstallNewApp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Oct 18, 2023
1 parent b617630 commit 2105e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallNewApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function handle(Filesystem $filesystem): int
];

foreach ($stubs as $stub => $destination) {
$filesystem->put(__DIR__.'/../../stubs/'.$stub, $destination);
$filesystem->copy(__DIR__.'/../../stubs/'.$stub, $destination);
}

$this->comment('All done');
Expand Down

0 comments on commit 2105e28

Please sign in to comment.