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