Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Dec 3, 2024
1 parent 0541611 commit 639d37a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Traits/Styling/Helpers/BulkActionStylingHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Rappasoft\LaravelLivewireTables\Traits\Styling\Helpers;

use Livewire\Attributes\Computed;
use Illuminate\View\ComponentAttributeBag;
use Livewire\Attributes\Computed;

trait BulkActionStylingHelpers
{
Expand Down Expand Up @@ -112,6 +112,4 @@ public function getBulkActionsRowButtonAttributesBag(): ComponentAttributeBag
{
return $this->getCustomAttributesBagFromArray($this->getBulkActionsRowButtonAttributes());
}


}

0 comments on commit 639d37a

Please sign in to comment.