You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the main branch. Discussion ---------- Update the data fixtures The class parameter is now mandatory for references. Fixes exception when running `bin/console doctrine:fixtures:load`: ``` [ArgumentCountError] Too few arguments to function Doctrine\Common\DataFixtures\AbstractFixture::getReference(), 1 passed in /workspace/project/src/DataFi xtures/AppFixtures.php on line 143 and exactly 2 expected ``` Related to: doctrine/data-fixtures#464 Commits ------- 0ad830b Update the data fixtures
0 commit comments