From 2e54c961fff2a662550c3873b6b521eb3f47bc6e Mon Sep 17 00:00:00 2001 From: lee-to Date: Wed, 29 Jan 2025 15:25:23 +0000 Subject: [PATCH] [rector] Rector fixes --- src/UI/src/Components/Table/TableBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/src/Components/Table/TableBuilder.php b/src/UI/src/Components/Table/TableBuilder.php index fb4c29d5a..a96833f29 100644 --- a/src/UI/src/Components/Table/TableBuilder.php +++ b/src/UI/src/Components/Table/TableBuilder.php @@ -322,7 +322,7 @@ private function resolveRows(): TableRowsContract ActionGroup::make($buttons->toArray()) ->when( $this->isStickyButtons(), - fn(ActionGroup $actionGroup) => $actionGroup->customAttributes(['strategy' => 'absolute']) + fn(ActionGroup $actionGroup): ActionGroup => $actionGroup->customAttributes(['strategy' => 'absolute']) ), ])->justifyAlign('end'), index: $fields->count() + ($hasBulk ? 1 : 0),