File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1616use function array_merge ;
1717use SolidWorx \Toggler \Toggle as BaseToggle ;
1818use SolidWorx \Toggler \ToggleInterface ;
19- use Symfony \Component \DependencyInjection \ContainerAwareInterface ;
20- use Symfony \Component \DependencyInjection \ContainerAwareTrait ;
2119use Symfony \Component \HttpFoundation \RequestStack ;
2220use Symfony \Component \Security \Core \Authentication \AuthenticationTrustResolverInterface ;
2321use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorageInterface ;
2422use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
2523use Symfony \Component \Security \Core \Authorization \AuthorizationCheckerInterface ;
2624use Symfony \Component \Security \Core \Role \RoleHierarchyInterface ;
2725
28- final class Toggle implements ToggleInterface, ContainerAwareInterface
26+ final class Toggle implements ToggleInterface
2927{
30- use ContainerAwareTrait;
31-
3228 /**
3329 * @var array<mixed>
3430 */
You can’t perform that action at this time.
0 commit comments