mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
@@ -7,7 +7,7 @@ use Doctrine\Persistence\ObjectManager;
|
||||
|
||||
class AppFixtures extends Fixture
|
||||
{
|
||||
public function load(ObjectManager $manager)
|
||||
public function load(ObjectManager $manager): void
|
||||
{
|
||||
// $product = new Product();
|
||||
// $manager->persist($product);
|
||||
|
||||
Reference in New Issue
Block a user