-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
Version: 3.0.0
"name": "nette/di",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/di.git",
"reference": "19d83539245aaacb59470828919182411061841f"
},
Bug Description
When I use Decorator together with Search extension it does not decorate services. It is in the DI, but does not have tag.
If I insert service definition directly without the use of Search extension, then it does work as expected.
Steps To Reproduce
decorator:
Doctrine\Common\EventSubscriber:
tags: [nettrine.subscriber]
search:
-
in: %appDir%/Subscriber<?php
declare(strict_types=1);
namespace Acme\Subscriber;
use Doctrine\Common\EventSubscriber;
final class LifecycleSubscriber implements EventSubscriber
{}Expected Behavior
Acme\Subscriber\LifecycleSubscriber class should be in DI decorated with tag nettrine.subscriber.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels