File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -178,11 +178,10 @@ public function setShouldRetrieveTotalItemCountDisabled(): self
178178        return  $ this 
179179    }
180180
181-     public  function  setPaginationWrapperAttributes (array  $ paginationWrapperAttributesself   
181+     public  function  setPaginationWrapperAttributes (array  $ paginationWrapperAttributesself 
182182    {
183183        $ this paginationWrapperAttributes  = array_merge (['class '  => '' ], $ paginationWrapperAttributes
184184
185185        return  $ this 
186186    }
187- 
188187}
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public function getShouldRetrieveTotalItemCount(): bool
157157    }
158158
159159    #[Computed]
160-     public  function  getPaginationWrapperAttributes (): array   
160+     public  function  getPaginationWrapperAttributes (): array 
161161    {
162162        return  $ this paginationWrapperAttributes ;
163163    }
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ trait WithPagination
5555    // Used In Frontend 
5656    protected  array  $ paginationWrapperAttributes'class '  => '' ];
5757
58- 
5958    public  function  mountWithPagination (): void 
6059    {
6160        $ sessionPerPagesession ()->get ($ this getPerPagePaginationSessionKey (), $ this getPerPageAccepted ()[0 ] ?? 10 );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments