From fb02f39819e765246ab4ae335179aa621f9a29b5 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 2 Dec 2024 12:38:58 +0100 Subject: [PATCH] fix invalid use --- src/ActionsGridFieldItemRequest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ActionsGridFieldItemRequest.php b/src/ActionsGridFieldItemRequest.php index 2004497..8b18a55 100644 --- a/src/ActionsGridFieldItemRequest.php +++ b/src/ActionsGridFieldItemRequest.php @@ -3,7 +3,6 @@ namespace LeKoala\CmsActions; use Exception; -use PhpOffice\PhpSpreadsheet\Calculation\MathTrig\Exp; use ReflectionMethod; use SilverStripe\Forms\Tab; use SilverStripe\Forms\Form;