mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
Remove containerAwareInterface, no longer supported in sf72
This commit is contained in:
@@ -38,7 +38,6 @@ use Doctrine\Bundle\FixturesBundle\Fixture;
|
||||
use Faker\Generator;
|
||||
use Nelmio\Alice\Loader\NativeLoader;
|
||||
use Nelmio\Alice\ObjectSet;
|
||||
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
|
||||
use Symfony\Component\Workflow\Registry;
|
||||
|
||||
/**
|
||||
@@ -46,8 +45,6 @@ use Symfony\Component\Workflow\Registry;
|
||||
*/
|
||||
class LoadPeople extends Fixture implements OrderedFixtureInterface
|
||||
{
|
||||
use \Symfony\Component\DependencyInjection\ContainerAwareTrait;
|
||||
|
||||
final public const PERSON = 'person';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user