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