Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
downgrade php code
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 28, 2023
1 parent 02b7d42 commit add0eac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Subscriber/MediaManagerSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

class MediaManagerSubscriber implements SubscriberInterface
{
private MediaServiceInterface $mediaService;
/**
* @var MediaServiceInterface
*/
private $mediaService;

public function __construct(MediaServiceInterface $mediaService)
{
Expand Down

0 comments on commit add0eac

Please sign in to comment.