Skip to content

Commit 9edba73

Browse files
rappasoftactions-user
authored andcommitted
Fix styling
1 parent 7f46494 commit 9edba73

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Traits/WithBulkActions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88
trait WithBulkActions
99
{
10-
1110
public bool $showFilters = true;
1211
public bool $selectPage = false;
1312
public bool $selectAll = false;

src/Traits/WithPerPagePagination.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88
trait WithPerPagePagination
99
{
10-
1110
public bool $paginationEnabled = true;
1211
public bool $showPerPage = true;
1312
public bool $showPagination = true;

src/Traits/WithSorting.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010
trait WithSorting
1111
{
12-
1312
public bool $showSorting = true;
1413
public array $sorts = [];
1514
public array $sortNames = [];

0 commit comments

Comments
 (0)