8000 minor #14485 [Notifier][Discord] Use correct use statements (Nyholm) · symfony/symfony-docs@c2d21d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2d21d5

Browse files
committed
minor #14485 [Notifier][Discord] Use correct use statements (Nyholm)
This PR was squashed before being merged into the 5.x branch. Discussion ---------- [Notifier][Discord] Use correct use statements Ping @connorhu, can you confirm this is correct? Edit: (Sorry Piot, I pinged the wrong person) Commits ------- dbed899 [Notifier][Discord] Use correct use statements
2 parents 0f832cc + dbed899 commit c2d21d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notifier/chatters.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ With a Discord message, you can use the
107107
:class:`Symfony\\Component\\Notifier\\Bridge\\Discord\\DiscordOptions` to add
108108
some interactive options called `Embed elements`_::
109109

110-
use Symfony\Component\Notifier\Bridge\Discord\Block\DiscordEmbed;
111-
use Symfony\Component\Notifier\Bridge\Discord\Block\DiscordFieldEmbedObject;
112-
use Symfony\Component\Notifier\Bridge\Discord\Block\DiscordFooterEmbedObject;
113-
use Symfony\Component\Notifier\Bridge\Discord\Block\DiscordMediaEmbedObject;
114110
use Symfony\Component\Notifier\Bridge\Discord\DiscordOptions;
111+
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordEmbed;
112+
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordFieldEmbedObject;
113+
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordFooterEmbedObject;
114+
use Symfony\Component\Notifier\Bridge\Discord\Embeds\DiscordMediaEmbedObject;
115115
use Symfony\Component\Notifier\Message\ChatMessage;
116116

117117
$chatMessage = new ChatMessage('');

0 commit comments

Comments
 (0)
0