diff --git a/messenger.rst b/messenger.rst index 52f125a3b61..8b977fcd283 100644 --- a/messenger.rst +++ b/messenger.rst @@ -314,6 +314,13 @@ to multiple transports: ], ]); +.. note:: + + If you configure routing for both a child and parent class, but rules + are used. E.g. if you have an ``SmsNotification`` object that extends + from ``Notification``, both the routing for ``Notification`` and + ``SmsNotification`` will be used. + Doctrine Entities in Messages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~