Skip to content

Commit

Permalink
Use Laravel's Windows-Friendly symlinking
Browse files Browse the repository at this point in the history
Should improve #1288.
  • Loading branch information
LukeTowers authored Jan 22, 2025
1 parent 206e738 commit 85362e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/console/WinterMirror.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ protected function mirror($src, $dest)
}
}

symlink($src, $dest);
File::link($src, $dest);
}

protected function getDestinationPath()
Expand Down

0 comments on commit 85362e7

Please sign in to comment.