Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions df0489 ... vs 0e0897 ... for module/Location/src/Location/Fixture/Country.php

Diff revisions: vs.
  @@ -10,7 +10,7 @@
10 10 {
11 11 parent::addStack('\\Location\\Entity\\Country', array(
12 12 'Country.ZA' => array('name' => 'South Africa'),
13 - 'Country.AU' => array('name' => 'Australia')
13 + 'Country.NM' => array('name' => 'Namibia')
14 14 ));
15 15 }
16 16