Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Nov 16, 2023
1 parent 5e94066 commit 668c446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Formatter/DefaultViewFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function formatDatetimeValue($value, $dateOnly = false)
$date = Carbon::parse($value);

if ($dateOnly) {
return $date->isoFormat('LL);
return $date->isoFormat('LL');
}

return $date->isoFormat('LLL');
Expand Down

0 comments on commit 668c446

Please sign in to comment.