Warning: Undefined variable $namespace in /home/Xereah/public_html/pstruzik/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 3
;
Warning: Undefined variable $use_statements in /home/Xereah/public_html/pstruzik/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 5
;
class
Warning: Undefined variable $class_name in /home/Xereah/public_html/pstruzik/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 7
extends Fixture
{
public function load(ObjectManager $manager): void
{
// $product = new Product();
// $manager->persist($product);
$manager->flush();
}
}