PHP dependencies update.

This commit is contained in:
Buster Neece 2022-09-17 04:12:10 -05:00
parent 965f6ead1f
commit bc29406939
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 356 additions and 328 deletions

682
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@ final class FeedbackCommand extends AbstractCommand
): Entity\SongHistory {
if (isset($payload['artist'])) {
$newSong = Entity\Song::createFromArray([
'artist' => $payload['artist'] ?? '',
'artist' => $payload['artist'],
'title' => $payload['title'] ?? '',
]);