Skip to content

Commit d2b7400

Browse files
committed
bug #15409 [Notifier] [Slack] Fixing use example (eesnaola)
This PR was merged into the 5.3 branch. Discussion ---------- [Notifier] [Slack] Fixing use example The right class is `SlackImageBlockElement` Commits ------- a0df26b Update chatters.rst
2 parents 9098d5d + a0df26b commit d2b7400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier/chatters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ to add some interactive options called `Block elements`_::
5959

6060
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackActionsBlock;
6161
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackDividerBlock;
62-
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackImageBlock;
62+
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackImageBlockElement;
6363
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackSectionBlock;
6464
use Symfony\Component\Notifier\Bridge\Slack\SlackOptions;
6565
use Symfony\Component\Notifier\Message\ChatMessage;

0 commit comments

Comments
 (0)