Skip to content

Commit

Permalink
Remove unused service.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Nov 21, 2024
1 parent ed388af commit 583fc21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/User/Controller/UploadUserImageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ final class UploadUserImageController extends AbstractApiController

public function __construct(
SerializerInterface $serializer,
private readonly UserUpdateServiceInterface $userUpdateService,
private readonly ImageUploadServiceInterface $imageUploadService
) {
parent::__construct($serializer);
Expand Down

0 comments on commit 583fc21

Please sign in to comment.