Remove containerAwareInterface, no longer supported in sf72

This commit is contained in:
2025-05-27 14:06:36 +02:00
parent e3b2b7c6d1
commit 6cd17a8e36
9 changed files with 23 additions and 67 deletions

View File

@@ -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';
/**