Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / containers / container21.php
index d0467386140a98c44ae9e7e6f078811c9e0f7515..298c9266a9e2b42f456aa246d24e68ac9c5305f5 100644 (file)
@@ -15,6 +15,7 @@ $container
     ->register('foo', 'Foo')
     ->setFactory(array($fooFactory, 'createFoo'))
     ->setConfigurator(array($bar, 'configureFoo'))
+    ->setPublic(true)
 ;
 
 return $container;