Skip to content

Commit

Permalink
Fix: Spelling mistake and missing time zone (#53)
Browse files Browse the repository at this point in the history
- Aisa is spelled Asia
- I always thought Australia was a lie.
  • Loading branch information
darth3pio authored Jun 15, 2023
1 parent e3bc26b commit c73bbb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ASP/frontend/modules/config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ public function index()
'Africa' => DateTimeZone::AFRICA,
'America' => DateTimeZone::AMERICA,
'Antarctica' => DateTimeZone::ANTARCTICA,
'Aisa' => DateTimeZone::ASIA,
'Asia' => DateTimeZone::ASIA,
'Atlantic' => DateTimeZone::ATLANTIC,
'Australia' => DateTimeZone::AUSTRALIA,
'Europe' => DateTimeZone::EUROPE,
'Indian' => DateTimeZone::INDIAN,
'Pacific' => DateTimeZone::PACIFIC
Expand Down Expand Up @@ -359,4 +360,4 @@ protected function runTests()
)
);
}
}
}

0 comments on commit c73bbb2

Please sign in to comment.