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 eb42580 commit fe7910aCopy full SHA for fe7910a
src/DataFixtures/CurrencyFixtures.php
@@ -51,7 +51,7 @@ public function load(ObjectManager $manager): void
51
52
$currency7 = new Currency();
53
$currency7->setName('Test Currency with long name');
54
- $currency7->setIsoCode('CHY');
+ $currency7->setIsoCode('CNY');
55
$manager->persist($currency7);
56
57
$manager->flush();
0 commit comments