We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9877015 commit 2642368Copy full SHA for 2642368
tests/Unit/Traits/Helpers/ColumnSelectHelpersTest.php
@@ -2,11 +2,10 @@
2
3
namespace Rappasoft\LaravelLivewireTables\Tests\Unit\Traits\Helpers;
4
5
-
6
use Illuminate\Support\Facades\Event;
7
use Rappasoft\LaravelLivewireTables\Events\ColumnsSelected;
8
-use Rappasoft\LaravelLivewireTables\Tests\TestCase;
9
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
+use Rappasoft\LaravelLivewireTables\Tests\TestCase;
10
11
final class ColumnSelectHelpersTest extends TestCase
12
{
@@ -144,5 +143,4 @@ public function configure(): void
144
143
Event::assertDispatched(ColumnsSelected::class);
145
146
}
147
148
0 commit comments