Move User fixtures to Core

This commit is contained in:
Yassine Guedidi
2023-12-30 23:26:05 +01:00
parent 3d7bb85d71
commit 4a356a6977
7 changed files with 1 additions and 11 deletions

View File

@ -7,7 +7,6 @@ use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use Doctrine\Persistence\ObjectManager;
use Wallabag\CoreBundle\Entity\Annotation;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\UserBundle\DataFixtures\UserFixtures;
use Wallabag\UserBundle\Entity\User;
class AnnotationFixtures extends Fixture implements DependentFixtureInterface