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 80be4f1 commit f0cd427Copy full SHA for f0cd427
UPGRADE.md
@@ -39,7 +39,7 @@ services:
39
and so no longer have a ``$this->container`` property. You *can* manually
40
implement this interface. Or, a better idea is to update your fixtures
41
to use dependency injection:
42
-
+
43
```diff
44
class MyFixture extends Fixture
45
{
@@ -61,7 +61,7 @@ class MyFixture extends Fixture
61
* The base ``Fixture`` class no longer implements ``DependentFixtureInterface``.
62
If you want to have a ``getDependencies()`` method, be sure to implement
63
this interface explicitly:
64
65
66
+ use Doctrine\Common\DataFixtures\DependentFixtureInterface;
67
0 commit comments