We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84ad5c commit e03be58Copy full SHA for e03be58
templates/module/src/Entity/entity-content.php.twig
@@ -14,7 +14,7 @@ use Drupal\Core\Entity\EntityStorageInterface;
14
{% endif %}
15
use Drupal\Core\Field\BaseFieldDefinition;
16
{% if revisionable %}
17
-use Drupal\Core\Entity\EditorialContentEntityBase
+use Drupal\Core\Entity\EditorialContentEntityBase;
18
use Drupal\Core\Entity\RevisionableInterface;
19
{% else %}
20
use Drupal\Core\Entity\ContentEntityBase;
0 commit comments