Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 2547a71

Browse files
committed
wip
1 parent 43c452a commit 2547a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Timezone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function all(): array
6767
$timezones[$region] = [];
6868

6969
foreach ($regionTimezones as $timezone) {
70-
$timezones[$region][$timezone] = $this->format($timezone, $region);
70+
$timezones[$region][$timezone] = $this->format(timezone: $timezone);
7171
}
7272
}
7373

0 commit comments

Comments
 (0)