Skip to content

Commit c467aca

Browse files
committed
Remove unused attribute bags
1 parent 719f73f commit c467aca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Traits/Styling/Helpers/PaginationStylingHelpers.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,13 @@ public function getPerPageFieldAttributes(): array
3232

3333
}
3434

35-
#[Computed]
36-
public function getPerPageFieldAttributesBag(): ComponentAttributeBag
37-
{
38-
return new ComponentAttributeBag($this->getPerPageFieldAttributes());
39-
}
40-
4135
#[Computed]
4236
public function getPerPageWrapperAttributes(): array
4337
{
4438
return $this->getCustomAttributes(propertyName: 'perPageWrapperAttributes', default: false, classicMode: false);
4539

4640
}
4741

48-
#[Computed]
49-
public function getPerPageWrapperAttributesBag(): ComponentAttributeBag
50-
{
51-
return new ComponentAttributeBag($this->getPerPageWrapperAttributes());
52-
}
53-
5442
#[Computed]
5543
public function hasCustomPaginationBlade(): bool
5644
{

0 commit comments

Comments
 (0)