Skip to content

Commit

Permalink
Generate revisional entity content is broken (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-tolboom authored and enzolutions committed Sep 6, 2019
1 parent b84ad5c commit e03be58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/module/src/Entity/entity-content.php.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Drupal\Core\Entity\EntityStorageInterface;
{% endif %}
use Drupal\Core\Field\BaseFieldDefinition;
{% if revisionable %}
use Drupal\Core\Entity\EditorialContentEntityBase
use Drupal\Core\Entity\EditorialContentEntityBase;
use Drupal\Core\Entity\RevisionableInterface;
{% else %}
use Drupal\Core\Entity\ContentEntityBase;
Expand Down

0 comments on commit e03be58

Please sign in to comment.