Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / web / modules / contrib / media_entity / src / MediaStorageInterface.php
diff --git a/web/modules/contrib/media_entity/src/MediaStorageInterface.php b/web/modules/contrib/media_entity/src/MediaStorageInterface.php
deleted file mode 100644 (file)
index c9b6e79..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-namespace Drupal\media_entity;
-
-use Drupal\Core\Entity\EntityStorageInterface;
-
-/**
- * Provides an interface defining a media storage controller.
- */
-interface MediaStorageInterface extends EntityStorageInterface {
-
-}