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.
2 parents 5318f93 + e191ee4 commit b04b985Copy full SHA for b04b985
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