mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +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 ($logo) {
|
||||||
if (file_exists($logo->getPath())) {
|
if (file_exists($logo->getPath())) {
|
||||||
Storage::disk('public')
|
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