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