Skip to content

Commit

Permalink
Merge pull request #72 from incredimike/fix-country-example
Browse files Browse the repository at this point in the history
Corrected country example labelling
  • Loading branch information
calebporzio committed Sep 2, 2020
2 parents 0f9747f + 640cf7b commit 39a7362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CountryExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class CountryExample extends Model
['code' => 'SE', 'code3' => 'SWE', 'name' => 'Sweden', 'number' => '752'],
['code' => 'CH', 'code3' => 'CHE', 'name' => 'Switzerland', 'number' => '756'],
['code' => 'SY', 'code3' => 'SYR', 'name' => 'Syrian Arab Republic', 'number' => '760'],
['code' => 'TW', 'code3' => 'TWN', 'name' => 'Taiwan (Province of China)', 'number' => '158'],
['code' => 'TW', 'code3' => 'TWN', 'name' => 'Taiwan', 'number' => '158'],
['code' => 'TJ', 'code3' => 'TJK', 'name' => 'Tajikistan', 'number' => '762'],
['code' => 'TZ', 'code3' => 'TZA', 'name' => 'Tanzania, United Republic of', 'number' => '834'],
['code' => 'TH', 'code3' => 'THA', 'name' => 'Thailand', 'number' => '764'],
Expand Down

0 comments on commit 39a7362

Please sign in to comment.