From df0174aebea21ec1f4414296236db2ba977fc68f Mon Sep 17 00:00:00 2001 From: alloylab Date: Fri, 20 Dec 2024 10:15:41 -0600 Subject: [PATCH] Temp Remove Dehydrate --- src/PowerGridComponent.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/PowerGridComponent.php b/src/PowerGridComponent.php index 398fac30..8ff215f5 100644 --- a/src/PowerGridComponent.php +++ b/src/PowerGridComponent.php @@ -71,11 +71,6 @@ public function hydrate(): void DataSourceBase::$actionsHtml = []; } - public function dehydrate(): void - { - $this->columns = $this->columns(); - } - public function fetchDatasource(): void { $this->readyToLoad = true;