From c333c97213f3c2b6c98199b231bc4af8e5c6349f Mon Sep 17 00:00:00 2001 From: Adam Vessey <adam@discoverygarden.ca> Date: Tue, 23 Aug 2022 10:36:31 -0300 Subject: [PATCH] Remove unused constant. ... is defined instead at the "FileSelectionForm" level, accidentally left it here from intermediate implementation state. --- src/Form/AddChildrenWizard/AbstractForm.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Form/AddChildrenWizard/AbstractForm.php b/src/Form/AddChildrenWizard/AbstractForm.php index 23f511e0..038d59f1 100644 --- a/src/Form/AddChildrenWizard/AbstractForm.php +++ b/src/Form/AddChildrenWizard/AbstractForm.php @@ -19,7 +19,6 @@ abstract class AbstractForm extends FormWizardBase { const TEMPSTORE_ID = 'abstract.abstract'; const TYPE_SELECTION_FORM = MediaTypeSelectionForm::class; const FILE_SELECTION_FORM = AbstractFileSelectionForm::class; - const BATCH_PROCESSOR_SERVICE_NAME = 'abstract.abstract'; /** * The Islandora Utils service.