Notice: Undefined variable: namespace in C:\xampp\htdocs\ITI\uvdesk\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Fixtures.tpl.php on line 3
;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\Persistence\ObjectManager;
class
Notice: Undefined variable: class_name in C:\xampp\htdocs\ITI\uvdesk\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();
}
}