Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / containers / container16.php
index 67b4d353db4d2dc12bcdd6518320f8d2c8337dea..88619ec50e2673a5ea045ced168feafcda5b9c86 100644 (file)
@@ -6,6 +6,7 @@ $container = new ContainerBuilder();
 $container
     ->register('foo', 'FooClass\\Foo')
     ->setDecoratedService('bar')
+    ->setPublic(true)
 ;
 
 return $container;