Version 1
[yaffs-website] / web / modules / contrib / media_entity / src / MediaStorage.php
diff --git a/web/modules/contrib/media_entity/src/MediaStorage.php b/web/modules/contrib/media_entity/src/MediaStorage.php
new file mode 100644 (file)
index 0000000..ca7efbe
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\media_entity;
+
+use Drupal\Core\Entity\Sql\SqlContentEntityStorage;
+
+/**
+ * Media storage class.
+ */
+class MediaStorage extends SqlContentEntityStorage implements MediaStorageInterface {
+
+}