Skip to content

Commit c54329b

Browse files
rappasoftactions-user
authored andcommitted
Fix styling
1 parent cffd2ef commit c54329b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/DataTableComponent.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
*/
1717
abstract class DataTableComponent extends Component
1818
{
19-
use WithBulkActions,
20-
WithCustomPagination,
21-
WithFilters,
22-
WithPerPagePagination,
23-
WithSorting;
19+
use WithBulkActions;
20+
use WithCustomPagination;
21+
use WithFilters;
22+
use WithPerPagePagination;
23+
use WithSorting;
2424

2525
/**
2626
* The default pagination theme.

0 commit comments

Comments
 (0)