diff --git a/src/DataGrid.php b/src/DataGrid.php index 77e8906c..5a23c14c 100644 --- a/src/DataGrid.php +++ b/src/DataGrid.php @@ -2856,7 +2856,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) { }