Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9eca8e26
...
9eca8e26fb0448a216264af6189a92d0266686ac
authored
2021-07-19 11:22:43 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
d0bd91c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/MusicianSongService.php
app/Services/MusicianSongService.php
View file @
9eca8e2
...
...
@@ -40,7 +40,7 @@ class MusicianSongService extends Service
$item
->
setAttribute
(
'name'
,
$name
);
$item
->
setAttribute
(
'singer'
,
$singer
);
$item
->
setAttribute
(
'cover'
,
$item
->
cover
->
url
??
''
);
$item
->
setAttribute
(
'cover'
,
empty
(
$item
->
cover
->
url
)
?
''
:
$item
->
cover
->
url
);
$tmp
=
$item
->
toArray
();
if
(
empty
(
$tmp
[
'contract_detail'
]))
{
...
...
Please
register
or
sign in
to post a comment