Skip to content

Commit

Permalink
Remove unused variable (#4106)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikolovski authored and enzolutions committed Jun 28, 2019
1 parent 79c425e commit aab9529
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/module/src/Entity/Form/entity-content.php.twig
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ class {{ entity_class }}Form extends ContentEntityForm {% endblock %}
}
{% endif %}

$entity = $this->entity;

return $form;
}

Expand Down

0 comments on commit aab9529

Please sign in to comment.