mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
🛠️ Use camel case for meetup names in ExtractLogos command output filenames
This commit is contained in:
@@ -36,7 +36,7 @@ class ExtractLogos extends Command
|
||||
if ($logo) {
|
||||
if (file_exists($logo->getPath())) {
|
||||
Storage::disk('public')
|
||||
->put('00_logos/'.$meetup->name.'.'.$logo->extension, file_get_contents($logo->getPath()));
|
||||
->put('00_logos/'.str($meetup->name)->camel().'.'.$logo->extension, file_get_contents($logo->getPath()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user