From a0df26b07a0e60cdb8367afeab8cafa2cf5f80d8 Mon Sep 17 00:00:00 2001 From: Ezequiel Esnaola Date: Sat, 5 Jun 2021 02:30:13 -0300 Subject: [PATCH] Update chatters.rst --- notifier/chatters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier/chatters.rst b/notifier/chatters.rst index 237581556ec..a20dfd6b047 100644 --- a/notifier/chatters.rst +++ b/notifier/chatters.rst @@ -59,7 +59,7 @@ to add some interactive options called `Block elements`_:: use Symfony\Component\Notifier\Bridge\Slack\Block\SlackActionsBlock; use Symfony\Component\Notifier\Bridge\Slack\Block\SlackDividerBlock; - use Symfony\Component\Notifier\Bridge\Slack\Block\SlackImageBlock; + use Symfony\Component\Notifier\Bridge\Slack\Block\SlackImageBlockElement; use Symfony\Component\Notifier\Bridge\Slack\Block\SlackSectionBlock; use Symfony\Component\Notifier\Bridge\Slack\SlackOptions; use Symfony\Component\Notifier\Message\ChatMessage;