We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61289fd commit 6d9302aCopy full SHA for 6d9302a
testing/database.rst
@@ -91,6 +91,7 @@ Customize the new class to load ``Product`` objects into Doctrine::
91
// src/DataFixtures/ProductFixture.php
92
namespace App\DataFixtures;
93
94
+ use App\Entity\Product;
95
use Doctrine\Bundle\FixturesBundle\Fixture;
96
use Doctrine\Common\Persistence\ObjectManager;
97
0 commit comments