app: fix formatting
This commit is contained in:
parent
341fa0a52d
commit
987440c8ca
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue