Skip to content

Commit 88e16cc

Browse files
committed
Merge branch 'develop' of https://github.com/rappasoft/laravel-livewire-tables into develop
2 parents 9808eaa + 309b0f2 commit 88e16cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Traits/Sorting.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ trait Sorting
2626
public $sortDirection = 'asc';
2727

2828
/**
29-
* The default sort icon
29+
* The default sort icon.
3030
*
3131
* @var string
3232
*/
3333
public $sortDefaultClass = 'text-muted fas fa-sort';
3434

3535
/**
36-
* The sort icon when currently sorting ascending
36+
* The sort icon when currently sorting ascending.
3737
*
3838
* @var string
3939
*/
4040
public $ascSortClass = 'fas fa-sort-up';
4141

4242
/**
43-
* The sort icon when currently sorting descending
43+
* The sort icon when currently sorting descending.
4444
*
4545
* @var string
4646
*/

0 commit comments

Comments
 (0)