*
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -40,7 +40,7 @@ class MusicianSongService extends Service | ... | @@ -40,7 +40,7 @@ class MusicianSongService extends Service |
40 | 40 | ||
41 | $item->setAttribute('name', $name); | 41 | $item->setAttribute('name', $name); |
42 | $item->setAttribute('singer', $singer); | 42 | $item->setAttribute('singer', $singer); |
43 | $item->setAttribute('cover', $item->cover->url ?: ''); | 43 | $item->setAttribute('cover', $item->cover->url ?? ''); |
44 | 44 | ||
45 | $tmp = $item->toArray(); | 45 | $tmp = $item->toArray(); |
46 | if (empty($tmp['contract_detail'])) { | 46 | if (empty($tmp['contract_detail'])) { | ... | ... |
-
Please register or sign in to post a comment