From 86cf8ac05ed772e5be8db41724d166a7d4ad2b8c Mon Sep 17 00:00:00 2001 From: luanfreitasdev Date: Wed, 27 Sep 2023 18:27:10 -0300 Subject: [PATCH] make getCacheKeys protected --- src/PowerGridComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowerGridComponent.php b/src/PowerGridComponent.php index f0cc488a..690dd9d5 100644 --- a/src/PowerGridComponent.php +++ b/src/PowerGridComponent.php @@ -99,7 +99,7 @@ public function mount(): void $this->restoreState(); } - private function getCacheKeys(): array + protected function getCacheKeys(): array { return [ json_encode(['page' => $this->getPage()]),