|
@@ -3,12 +3,12 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace NotificationChannels\Facebook; |
|
4
|
4
|
|
|
5
|
5
|
use JsonSerializable; |
|
6
|
|
-use NotificationChannels\Facebook\Traits\HasButtons; |
|
7
|
|
-use NotificationChannels\Facebook\Enums\MessagingType; |
|
8
|
|
-use NotificationChannels\Facebook\Enums\RecipientType; |
|
9
|
6
|
use NotificationChannels\Facebook\Enums\AttachmentType; |
|
|
7
|
+use NotificationChannels\Facebook\Enums\MessagingType; |
|
10
|
8
|
use NotificationChannels\Facebook\Enums\NotificationType; |
|
|
9
|
+use NotificationChannels\Facebook\Enums\RecipientType; |
|
11
|
10
|
use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage; |
|
|
11
|
+use NotificationChannels\Facebook\Traits\HasButtons; |
|
12
|
12
|
|
|
13
|
13
|
/** |
|
14
|
14
|
* Class FacebookMessage. |
Please login to merge, or discard this patch.