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 5318f93 commit e191ee4Copy full SHA for e191ee4
src/FacebookMessage.php
@@ -2,10 +2,10 @@
2
3
namespace NotificationChannels\Facebook;
4
5
-use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage;
+use NotificationChannels\Facebook\Traits\HasButtons;
6
use NotificationChannels\Facebook\Enums\AttachmentType;
7
use NotificationChannels\Facebook\Enums\NotificationType;
8
-use NotificationChannels\Facebook\Traits\HasButtons;
+use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage;
9
10
/**
11
* Class FacebookMessage.
0 commit comments