Skip to content

Commit e3d8e3f

Browse files
Fix styling
1 parent 506367c commit e3d8e3f

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/Support/Concerns/WithFilters.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace ACTTraining\QueryBuilder\Support\Concerns;
44

5-
use Livewire\Attributes\Session;
6-
75
trait WithFilters
86
{
97
protected bool $displayFilters = false;

src/Support/Concerns/WithPagination.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trait WithPagination
1212

1313
private bool $paginate = true;
1414

15-
private bool|string $scrollTo = false; //false disables scroll on pagination
15+
private bool|string $scrollTo = false; // false disables scroll on pagination
1616

1717
public function usePagination($usePagination = true): static
1818
{

src/Support/Concerns/WithSearch.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace ACTTraining\QueryBuilder\Support\Concerns;
44

5-
use Livewire\Attributes\Session;
6-
75
trait WithSearch
86
{
97
protected bool $searchable = false;

0 commit comments

Comments
 (0)