We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7eda3d commit e01e758Copy full SHA for e01e758
src/Support/SortableLink.php
@@ -88,7 +88,7 @@ private static function applyFormatting($title, string $sortColumn)
88
89
if ($title === null) {
90
$title = $sortColumn;
91
- } elseif (! config('sortable.format_custom_titles', true)){
+ } elseif (! config('sortable.format_custom_titles', true)) {
92
return $title;
93
}
94
0 commit comments