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 a48cfc1 commit 1e1a49cCopy full SHA for 1e1a49c
components/dependency_injection/synthetic_services.rst
@@ -32,7 +32,7 @@ service will get a "service does not exist" error).
32
In order to do so, you have to use
33
:method:`Definition::setSynthetic() <Symfony\\Component\\DependencyInjection\\Definition::setSynthetic>`::
34
35
- use Symfony\Component\DependencyInjectino\Definition;
+ use Symfony\Component\DependencyInjection\Definition;
36
37
// synthetic services don't specify a class
38
$kernelDefinition = new Definition();
0 commit comments