Skip to content

Commit 987440c

Browse files
committed
app: fix formatting
1 parent 341fa0a commit 987440c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Helpers/Time.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ final class Time
1515
*/
1616
public static function getMySQLTimezoneOffset(string $timezone): string
1717
{
18-
return CarbonImmutable::now($timezone)->getTimezone()->toOffsetName();
18+
return CarbonImmutable::now($timezone)->getTimezone()->toOffsetName();
1919
}
2020
}

0 commit comments

Comments
 (0)