Skip to content

Commit 7117c28

Browse files
rappasoftactions-user
authored andcommitted
Fix styling
1 parent 1277942 commit 7117c28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Traits/WithFilters.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
namespace Rappasoft\LaravelLivewireTables\Traits;
44

55
use DateTime;
6-
use Illuminate\Support\Facades\Schema;
76
use Illuminate\Database\Eloquent\Builder;
8-
use Rappasoft\LaravelLivewireTables\Views\Column;
9-
use Rappasoft\LaravelLivewireTables\Views\Filter;
107
use Illuminate\Database\Eloquent\Relations\Relation;
8+
use Illuminate\Support\Facades\Schema;
119
use Rappasoft\LaravelLivewireTables\Utilities\ColumnUtilities;
10+
use Rappasoft\LaravelLivewireTables\Views\Column;
11+
use Rappasoft\LaravelLivewireTables\Views\Filter;
1212

1313
/**
1414
* Trait WithFilters.

0 commit comments

Comments
 (0)