Skip to content

Commit

Permalink
Update UserCoverRelationship.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed May 26, 2023
1 parent 51ac2ce commit b36d1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/UserCoverRelationship.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function __invoke(UserSerializer $serializer, User $user): array
*/
public function thumbnailUrl(?string $imageName)
{
if (empty($imageName) {
if (empty($imageName)) {
return null;
}

Expand Down

0 comments on commit b36d1fa

Please sign in to comment.