Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / league / container / src / ImmutableContainerInterface.php
diff --git a/vendor/league/container/src/ImmutableContainerInterface.php b/vendor/league/container/src/ImmutableContainerInterface.php
new file mode 100644 (file)
index 0000000..cd52a61
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace League\Container;
+
+use Interop\Container\ContainerInterface as InteropContainerInterface;
+
+interface ImmutableContainerInterface extends InteropContainerInterface
+{
+
+}