Skip to content

Commit

Permalink
Use internal container aware trait
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Dec 1, 2023
1 parent 017f0b1 commit 9abea6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Bundle/Controller/ResourceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use Sylius\Component\Resource\Model\ResourceInterface;
use Sylius\Component\Resource\Repository\RepositoryInterface;
use Sylius\Component\Resource\ResourceActions;
use Symfony\Component\DependencyInjection\ContainerAwareTrait;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
Expand All @@ -35,7 +34,6 @@
class ResourceController
{
use ControllerTrait;
use ContainerAwareTrait;

protected MetadataInterface $metadata;

Expand Down

0 comments on commit 9abea6b

Please sign in to comment.