Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / content_moderation / src / ContentModerationStateInterface.php
diff --git a/web/core/modules/content_moderation/src/ContentModerationStateInterface.php b/web/core/modules/content_moderation/src/ContentModerationStateInterface.php
deleted file mode 100644 (file)
index 5b7ee2e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-namespace Drupal\content_moderation;
-
-use Drupal\Core\Entity\ContentEntityInterface;
-use Drupal\user\EntityOwnerInterface;
-
-/**
- * An interface for Content moderation state entity.
- *
- * Content moderation state entities track the moderation state of other content
- * entities.
- */
-interface ContentModerationStateInterface extends ContentEntityInterface, EntityOwnerInterface {
-
-}