Skip to content

Commit 478d6c9

Browse files
rappasoftactions-user
authored andcommitted
Fix styling
1 parent 8ee17d1 commit 478d6c9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

src/DataTableComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Rappasoft\LaravelLivewireTables;
44

5-
use Illuminate\Database\Eloquent\Relations\Relation;
65
use Illuminate\Database\Eloquent\Builder;
6+
use Illuminate\Database\Eloquent\Relations\Relation;
77
use Illuminate\Pagination\LengthAwarePaginator;
88
use Illuminate\Support\Collection;
99
use Livewire\Component;

src/Traits/WithFilters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Rappasoft\LaravelLivewireTables\Traits;
44

5-
use Illuminate\Database\Eloquent\Relations\Relation;
65
use Illuminate\Database\Eloquent\Builder;
6+
use Illuminate\Database\Eloquent\Relations\Relation;
77
use Rappasoft\LaravelLivewireTables\Utilities\ColumnUtilities;
88
use Rappasoft\LaravelLivewireTables\Views\Column;
99
use Rappasoft\LaravelLivewireTables\Views\Filter;

src/Traits/WithSorting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Rappasoft\LaravelLivewireTables\Traits;
44

5-
use Illuminate\Database\Eloquent\Relations\Relation;
65
use Illuminate\Database\Eloquent\Builder;
6+
use Illuminate\Database\Eloquent\Relations\Relation;
77

88
/**
99
* Trait WithSorting.

tests/Http/Livewire/CatsTable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace Rappasoft\LaravelLivewireTables\Tests\Http\Livewire;
55

6-
76
use Illuminate\Database\Eloquent\Builder;
87
use Illuminate\Database\Eloquent\Relations\Relation;
98
use Rappasoft\LaravelLivewireTables\DataTableComponent;

0 commit comments

Comments
 (0)