Skip to content
Snippets Groups Projects
Commit f18a3760 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3044734: Remove unused variable in FillPdfFormFieldForm

parent a92e4992
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,6 @@ class FillPdfFormFieldForm extends ContentEntityForm {
* {@inheritdoc}
*/
public function save(array $form, FormStateInterface $form_state) {
/** @var FillPdfFormInterface $entity */
$entity = $this->entity;
$form_state->setRedirect('entity.fillpdf_form.edit_form', [
'fillpdf_form' => $this->entity->fillpdf_form->target_id,
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment