Skip to content

Commit

Permalink
Add dash between ninja name and format
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Dec 19, 2024
1 parent 3a19924 commit 4bc3c19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/DownloadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private function getDownloadFileName(Inscription $inscription, string $format):
{
if (Str::startsWith($format, 'wallpaper_')) {
return Str::of($inscription->name)
->append('-')
->append($format)
->slug()
->append('.png')
Expand Down

0 comments on commit 4bc3c19

Please sign in to comment.