File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/Traits/Styling/Helpers Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments