Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cc5fc commit a9e86d4Copy full SHA for a9e86d4
service_container/definitions.rst
@@ -75,6 +75,7 @@ fetched from the container::
75
76
use AppBundle\Config\DoctrineConfigManager;
77
use Symfony\Component\DependencyInjection\Definition;
78
+ use Symfony\Component\DependencyInjection\Reference;
79
80
$definition = new Definition(DoctrineConfigManager::class, array(
81
new Reference('doctrine'), // a reference to another service
0 commit comments