File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Adding Interactions to a Slack Message
55
55
--------------------------------------
56
56
57
57
With a Slack message, you can use the
58
- :class: `Symfony\\ Component\\ Notifier\\ Bridge\\ Slack\\ SlackOptions ` to add
59
- some interactive options called `Block elements `_::
58
+ :class: `Symfony\\ Component\\ Notifier\\ Bridge\\ Slack\\ SlackOptions ` class
59
+ to add some interactive options called `Block elements `_::
60
60
61
61
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackActionsBlock;
62
62
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackDividerBlock;
@@ -104,8 +104,8 @@ Adding Interactions to a Discord Message
104
104
----------------------------------------
105
105
106
106
With a Discord message, you can use the
107
- :class: `Symfony\\ Component\\ Notifier\\ Bridge\\ Discord\\ DiscordOptions ` to add
108
- some interactive options called `Embed elements `_::
107
+ :class: `Symfony\\ Component\\ Notifier\\ Bridge\\ Discord\\ DiscordOptions ` class
108
+ to add some interactive options called `Embed elements `_::
109
109
110
110
use Symfony\Component\Notifier\Bridge\Discord\DiscordOptions;
111
111
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordEmbed;
You can’t perform that action at this time.
0 commit comments