Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / containers / container12.php
index 73c5b4ef176e252470a5d97e699523f9ae30e406..bc527eb79e78dda422a65278ee18b990e0bb8975 100644 (file)
@@ -7,6 +7,7 @@ $container->
     register('foo', 'FooClass\\Foo')->
     addArgument('foo<>&bar')->
     addTag('foo"bar\\bar', array('foo' => 'foo"barřž€'))
+    ->setPublic(true)
 ;
 
 return $container;