/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
symfony
/
maker-bundle
/
src
/
Resources
/
skeleton
/
doctrine
/
Upload File
HOME
<?= "<?php\n" ?> namespace <?= $namespace; ?>; use Doctrine\Bundle\FixturesBundle\Fixture; use <?= $object_manager_class; ?>; class <?= $class_name ?> extends Fixture { public function load(ObjectManager $manager): void { // $product = new Product(); // $manager->persist($product); $manager->flush(); } }