Skip to content

Commit

Permalink
make getCacheKeys protected
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Sep 27, 2023
1 parent 5ecdcee commit 86cf8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowerGridComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function mount(): void
$this->restoreState();
}

private function getCacheKeys(): array
protected function getCacheKeys(): array
{
return [
json_encode(['page' => $this->getPage()]),
Expand Down

0 comments on commit 86cf8ac

Please sign in to comment.