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 d186c27 commit d979c37Copy full SHA for d979c37
components/dependency_injection/compilation.rst
@@ -288,6 +288,7 @@ The compiler pass must have the ``process`` method which is passed the container
288
being compiled::
289
290
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
291
+ use Symfony\Component\DependencyInjection\ContainerBuilder;
292
293
class CustomCompilerPass implements CompilerPassInterface
294
{
0 commit comments