Browse Source

Remove unused constant.

... is defined instead at the "FileSelectionForm" level, accidentally
left it here from intermediate implementation state.
pull/896/head
Adam Vessey 3 years ago
parent
commit
c333c97213
No known key found for this signature in database
GPG Key ID: 89B39535BF6D0D39
  1. 1
      src/Form/AddChildrenWizard/AbstractForm.php

1
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.

Loading…
Cancel
Save