Skip to content

Commit

Permalink
Add missing property declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 1, 2024
1 parent cb7ee4e commit 2ab0322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Livewire/LatestBlogPosts.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class LatestBlogPosts extends Component
{
use WithPagination;

public $numberOfPaginatorsRendered = [];

public function render()
{
$posts = Post::paginate(12);
Expand Down

0 comments on commit 2ab0322

Please sign in to comment.