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