Skip to content

Commit 115677a

Browse files
authored
Merge pull request #2 from joy2362/1.3.x
refactor: duplicate code remove
2 parents cd1cb22 + fea9d4a commit 115677a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TimeZoneService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ private function getLabel($timezone): string
135135
*/
136136
private function getTimeDiff($time): string
137137
{
138-
$time_diff_symbol = Config::get('Timezone.TIME_DIFF_SYMBOL', '.');
139138
$time_diff_symbol = Config::get('Timezone.TIME_DIFF_SYMBOL', '.');
140139
$str_time_diff = $time->format('p');
141140
return str_replace(':', $time_diff_symbol, $str_time_diff);

0 commit comments

Comments
 (0)