Skip to content

Commit

Permalink
TTK-27298: fix php-cs-fixer error
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Nov 15, 2024
1 parent 539d689 commit e7e654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/BasePlayerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

use Pumukit\BasePlayerBundle\Controller\BasePlayerController as BasePlayerAbstractController;
use Pumukit\BasePlayerBundle\Services\IntroService;
use Pumukit\SchemaBundle\Document\MultimediaObject;
use Pumukit\SchemaBundle\Document\MediaType\Track;
use Pumukit\SchemaBundle\Document\MultimediaObject;
use Pumukit\SchemaBundle\Services\EmbeddedBroadcastService;
use Pumukit\SchemaBundle\Services\MultimediaObjectService;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
Expand Down

0 comments on commit e7e654c

Please sign in to comment.