Skip to content

Commit f588ebc

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 67a8a9d commit f588ebc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Views/Columns/ColorColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Rappasoft\LaravelLivewireTables\Exceptions\DataTableConfigurationException;
77
use Rappasoft\LaravelLivewireTables\Views\Column;
88
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Configuration\ColorColumnConfiguration;
9-
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Helpers\ColorColumnHelpers;
109
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\{HasDefaultStringValue, IsColumn};
10+
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Helpers\ColorColumnHelpers;
1111

1212
class ColorColumn extends Column
1313
{

src/Views/Columns/ComponentColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use Rappasoft\LaravelLivewireTables\Exceptions\DataTableConfigurationException;
99
use Rappasoft\LaravelLivewireTables\Views\Column;
1010
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Configuration\ComponentColumnConfiguration;
11-
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Helpers\ComponentColumnHelpers;
1211
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\{HasComponentView,HasSlot};
12+
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Helpers\ComponentColumnHelpers;
1313

1414
class ComponentColumn extends Column
1515
{

src/Views/Columns/DateColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Rappasoft\LaravelLivewireTables\Exceptions\DataTableConfigurationException;
1010
use Rappasoft\LaravelLivewireTables\Views\Column;
1111
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Configuration\DateColumnConfiguration;
12-
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Helpers\DateColumnHelpers;
1312
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\{HasInputOutputFormat, IsColumn};
13+
use Rappasoft\LaravelLivewireTables\Views\Columns\Traits\Helpers\DateColumnHelpers;
1414

1515
class DateColumn extends Column
1616
{

0 commit comments

Comments
 (0)