Warning: Undefined variable $namespace in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 3
;
use Doctrine\Bundle\FixturesBundle\Fixture;
use
Warning: Undefined variable $object_manager_class in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 6
;
class
Warning: Undefined variable $class_name in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 8
extends Fixture
{
public function load(ObjectManager $manager): void
{
// $product = new Product();
// $manager->persist($product);
$manager->flush();
}
}