From aca0defe164e057b67d23270f9d27744d5b4251f Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 7 Jul 2022 12:46:22 -0600 Subject: [PATCH] BatchActionsExtension - Added blank end line --- code/Controllers/LeftAndMainBatchActionsExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Controllers/LeftAndMainBatchActionsExtension.php b/code/Controllers/LeftAndMainBatchActionsExtension.php index 443931e7..8e582972 100644 --- a/code/Controllers/LeftAndMainBatchActionsExtension.php +++ b/code/Controllers/LeftAndMainBatchActionsExtension.php @@ -13,4 +13,4 @@ class LeftAndMainBatchActionsExtension extends Extension $form->Fields()->insertAfter('Action', $cmsMain->BatchActionParameters()); return $form; } -} \ No newline at end of file +}