diff --git a/src/DataGrid.php b/src/DataGrid.php index 77e8906c..f2ef5b18 100644 --- a/src/DataGrid.php +++ b/src/DataGrid.php @@ -258,8 +258,6 @@ class DataGrid extends Control protected bool $showSelectedRowsCount = true; - protected ?string $groupActionsConfirmDialog; - private ?string $customPaginatorTemplate = null; private ?string $componentFullName = null; @@ -2856,7 +2854,6 @@ public function setCustomPaginatorTemplate(string $templateFile): void $this->customPaginatorTemplate = $templateFile; } - protected function createSorting(array $sort, ?callable $sortCallback = null): Sorting { foreach ($sort as $key => $order) { diff --git a/src/GroupAction/GroupActionCollection.php b/src/GroupAction/GroupActionCollection.php index ce64bb47..35908de6 100644 --- a/src/GroupAction/GroupActionCollection.php +++ b/src/GroupAction/GroupActionCollection.php @@ -22,7 +22,6 @@ class GroupActionCollection protected ?string $groupActionsConfirmDialog = null; - public function __construct(protected DataGrid $datagrid) { }