Skip to content

Commit

Permalink
app: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Aug 23, 2023
1 parent 341fa0a commit 987440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/Time.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ final class Time
*/
public static function getMySQLTimezoneOffset(string $timezone): string
{
return CarbonImmutable::now($timezone)->getTimezone()->toOffsetName();
return CarbonImmutable::now($timezone)->getTimezone()->toOffsetName();
}
}

0 comments on commit 987440c

Please sign in to comment.