@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Facebook; |
4 | 4 | |
5 | -use NotificationChannels\Facebook\Traits\HasButtons; |
|
6 | 5 | use NotificationChannels\Facebook\Enums\AttachmentType; |
7 | 6 | use NotificationChannels\Facebook\Enums\NotificationType; |
8 | 7 | use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage; |
8 | +use NotificationChannels\Facebook\Traits\HasButtons; |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * Class FacebookMessage. |