Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / containers / container_abstract.php
index 9622a273d380663985a939e45bd1295cf7cb1664..308e22524132fa5cadcbaed6624d1f174f8e6dd8 100644 (file)
@@ -7,6 +7,7 @@ $container = new ContainerBuilder();
 $container
     ->register('foo', 'Foo')
     ->setAbstract(true)
+    ->setPublic(true)
 ;
 
 return $container;