( ! ) Warning: Undefined variable $namespace in /var/www/html/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0002 | 361136 | {main}( ) | .../Fixtures.tpl.php:0 |
;
use Doctrine\Bundle\FixturesBundle\Fixture;
use
( ! ) Warning: Undefined variable $object_manager_class in /var/www/html/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 6 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0002 | 361136 | {main}( ) | .../Fixtures.tpl.php:0 |
;
class
( ! ) Warning: Undefined variable $class_name in /var/www/html/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Fixtures.tpl.php on line 8 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0002 | 361136 | {main}( ) | .../Fixtures.tpl.php:0 |
extends Fixture
{
public function load(ObjectManager $manager): void
{
// $product = new Product();
// $manager->persist($product);
$manager->flush();
}
}