Skip to content

Commit e03be58

Browse files
clemens-tolboomenzolutions
authored andcommitted
Generate revisional entity content is broken (#4139)
1 parent b84ad5c commit e03be58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/module/src/Entity/entity-content.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use Drupal\Core\Entity\EntityStorageInterface;
1414
{% endif %}
1515
use Drupal\Core\Field\BaseFieldDefinition;
1616
{% if revisionable %}
17-
use Drupal\Core\Entity\EditorialContentEntityBase
17+
use Drupal\Core\Entity\EditorialContentEntityBase;
1818
use Drupal\Core\Entity\RevisionableInterface;
1919
{% else %}
2020
use Drupal\Core\Entity\ContentEntityBase;

0 commit comments

Comments
 (0)