@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Facebook\Components; |
4 | 4 | |
5 | -use NotificationChannels\Facebook\Exceptions\CouldNotCreateButton; |
|
6 | 5 | use NotificationChannels\Facebook\Enums\ButtonType; |
6 | +use NotificationChannels\Facebook\Exceptions\CouldNotCreateButton; |
|
7 | 7 | |
8 | 8 | class Button implements \JsonSerializable |
9 | 9 | { |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Facebook; |
4 | 4 | |
5 | -use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage; |
|
6 | -use NotificationChannels\Facebook\Exceptions\CouldNotSendNotification; |
|
7 | 5 | use NotificationChannels\Facebook\Enums\AttachmentType; |
8 | 6 | use NotificationChannels\Facebook\Enums\NotificationType; |
7 | +use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage; |
|
8 | +use NotificationChannels\Facebook\Exceptions\CouldNotSendNotification; |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * Class FacebookMessage |