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;