8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d0d7f commit 0179303Copy full SHA for 0179303
components/notifier.rst
@@ -185,9 +185,9 @@ With a Slack Message you can add some interactive options called `Block elements
185
186
use Symfony\Component\Notifier\Bridge\Slack\Block\SlackActionsBlock;
187
use Symfony\Component\Notifier\Bridge\Slack\SlackOptions;
188
- use Symfony\Component\Notifier\Message\ChatMessage;
189
- use Symfony\Component\Notifier\Chatter;
190
use Symfony\Component\Notifier\Bridge\Slack\SlackTransport;
+ use Symfony\Component\Notifier\Chatter;
+ use Symfony\Component\Notifier\Message\ChatMessage;
191
192
// Initialize a chatter with Slack Transport
193
$chatter = new Chatter(new SlackTransport('token'));
0 commit comments