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.
2 parents cc9c9b4 + 86e0776 commit 6775faeCopy full SHA for 6775fae
Tests/Fixtures/config/defaults.php
@@ -15,7 +15,7 @@
15
->tag('t', ['a' => 'b'])
16
->bind(Foo::class, service('bar'))
17
->bind('iterable $foo', tagged_iterator('foo'))
18
- ->bind('object $baz', inline('Baz'))
+ ->bind('object $baz', inline_service('Baz'))
19
->public();
20
21
$s->set(Foo::class)->args([service('bar')])->public();
0 commit comments