Skip to content

Commit

Permalink
Call parent construct
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Oct 16, 2023
1 parent c66a085 commit 13eef53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Command/renewedVideosWithoutOwnerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public function __construct(
$this->expiredVideoService = $expiredVideoService;
$this->expiredVideoConfigurationService = $expiredVideoConfigurationService;
$this->documentManager = $documentManager;

parent::__construct();
}

protected function configure(): void
Expand Down

0 comments on commit 13eef53

Please sign in to comment.