Skip to content

Commit

Permalink
TTK-26902 fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Mar 8, 2024
1 parent 302cac5 commit 8e3e86c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Command/ImportJobsFromYouTubeDownloadCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

namespace Pumukit\YoutubeBundle\Command;

use Doctrine\ODM\MongoDB\DocumentManager;
use Pumukit\EncoderBundle\Services\JobService;
use Pumukit\SchemaBundle\Document\MultimediaObject;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\ProgressBar;
Expand All @@ -13,6 +15,8 @@
final class ImportJobsFromYouTubeDownloadCommand extends Command
{
public const DEFAULT_PROFILE_ENCODER = 'broadcastable_master';

private DocumentManager $documentManager;
private JobService $jobService;
private string $tempDir;
private string $channelId;
Expand Down

0 comments on commit 8e3e86c

Please sign in to comment.