LexikMaintenanceBundle icon indicating copy to clipboard operation
LexikMaintenanceBundle copied to clipboard

Replace ContainerAwareCommand usages with DI

Open mateuszsip opened this issue 6 years ago • 0 comments

The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command" with dependency injection instead.

This PR is meant to fix that

mateuszsip avatar Feb 03 '19 19:02 mateuszsip