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
a1230dc9
...
a1230dc922b01837cff1696fc63877b32087f03e
authored
2021-08-25 14:55:03 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
调整数据格式
1 parent
0afaaa85
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 @
a1230dc
...
...
@@ -69,7 +69,7 @@ class MusicianSongService extends Service
}
}
}
$item
->
setAttribute
(
'role'
,
array_
unique
(
$role
));
$item
->
setAttribute
(
'role'
,
array_
values
(
array_unique
(
$role
)
));
unset
(
$item
->
contractDetail
,
$item
->
publish_song
,
$item
->
coverResource
);
}
...
...
Please
register
or
sign in
to post a comment