Skip to content

Commit bda5d02

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Tag name updated
2 parents ddc70e5 + 342ef4d commit bda5d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ with the ``doctrine.orm.entity_listener`` tag:
312312
use App\EventListener\UserChangedNotifier;
313313
314314
$container->autowire(UserChangedNotifier::class)
315-
->addTag('doctrine.orm.event_listener', [
315+
->addTag('doctrine.orm.entity_listener', [
316316
// these are the basic options that define the entity listener
317317
'event' => 'postUpdate',
318318
'entity' => User::class,

0 commit comments

Comments
 (0)