Skip to content

Commit

Permalink
Update Genders.php
Browse files Browse the repository at this point in the history
  • Loading branch information
waxim authored Mar 29, 2017
1 parent 7e44c2e commit b3b4244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gins/Genders.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(array $genders = [])
new \Gins\Genders\Other(),
new \Gins\Genders\Pangender(),
new \Gins\Genders\Transgender(),
new \Gins\Genders\Transsexual()
new \Gins\Genders\Transsexual(),
];

$this->genders = array_merge($genders, $inbuilt);
Expand Down

0 comments on commit b3b4244

Please sign in to comment.