@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace NotificationChannels\Facebook; |
4 | 4 | |
5 | 5 | use JsonSerializable; |
6 | -use NotificationChannels\Facebook\Traits\HasButtons; |
|
7 | 6 | use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage; |
7 | +use NotificationChannels\Facebook\Traits\HasButtons; |
|
8 | 8 | use NotificationChannels\Facebook\Enums\{MessagingType, RecipientType, AttachmentType, NotificationType}; |
9 | 9 | |
10 | 10 | /** |