File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Facebook \Components ;
44
5- use JsonSerializable ;
65use Illuminate \Support \Str ;
6+ use JsonSerializable ;
77use NotificationChannels \Facebook \Enums \ButtonType ;
88use NotificationChannels \Facebook \Exceptions \CouldNotCreateButton ;
99
Original file line number Diff line number Diff line change 33namespace NotificationChannels \Facebook \Components ;
44
55use JsonSerializable ;
6- use NotificationChannels \Facebook \Traits \HasButtons ;
76use NotificationChannels \Facebook \Exceptions \CouldNotCreateCard ;
7+ use NotificationChannels \Facebook \Traits \HasButtons ;
88
99/**
1010 * Class Card.
Original file line number Diff line number Diff line change 44
55use Exception ;
66use GuzzleHttp \Client as HttpClient ;
7- use Psr \Http \Message \ResponseInterface ;
87use GuzzleHttp \Exception \ClientException ;
98use GuzzleHttp \Exception \GuzzleException ;
109use NotificationChannels \Facebook \Exceptions \CouldNotSendNotification ;
10+ use Psr \Http \Message \ResponseInterface ;
1111
1212/**
1313 * Class Facebook.
Original file line number Diff line number Diff line change 33namespace NotificationChannels \Facebook ;
44
55use JsonSerializable ;
6- use NotificationChannels \Facebook \Traits \HasButtons ;
7- use NotificationChannels \Facebook \Enums \MessagingType ;
8- use NotificationChannels \Facebook \Enums \RecipientType ;
96use NotificationChannels \Facebook \Enums \AttachmentType ;
7+ use NotificationChannels \Facebook \Enums \MessagingType ;
108use NotificationChannels \Facebook \Enums \NotificationType ;
9+ use NotificationChannels \Facebook \Enums \RecipientType ;
1110use NotificationChannels \Facebook \Exceptions \CouldNotCreateMessage ;
11+ use NotificationChannels \Facebook \Traits \HasButtons ;
1212
1313/**
1414 * Class FacebookMessage.
You can’t perform that action at this time.
0 commit comments