Skip to content

Commit

Permalink
Remove unused attribute bags
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe committed Oct 1, 2024
1 parent 719f73f commit c467aca
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Traits/Styling/Helpers/PaginationStylingHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,13 @@ public function getPerPageFieldAttributes(): array

}

#[Computed]
public function getPerPageFieldAttributesBag(): ComponentAttributeBag
{
return new ComponentAttributeBag($this->getPerPageFieldAttributes());
}

#[Computed]
public function getPerPageWrapperAttributes(): array
{
return $this->getCustomAttributes(propertyName: 'perPageWrapperAttributes', default: false, classicMode: false);

}

#[Computed]
public function getPerPageWrapperAttributesBag(): ComponentAttributeBag
{
return new ComponentAttributeBag($this->getPerPageWrapperAttributes());
}

#[Computed]
public function hasCustomPaginationBlade(): bool
{
Expand Down

0 comments on commit c467aca

Please sign in to comment.