@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace NotificationChannels\FacebookPoster; |
4 | 4 | |
5 | 5 | use DateTimeInterface; |
6 | -use NotificationChannels\FacebookPoster\Attachments\Link; |
|
7 | 6 | use NotificationChannels\FacebookPoster\Attachments\Image; |
7 | +use NotificationChannels\FacebookPoster\Attachments\Link; |
|
8 | 8 | use NotificationChannels\FacebookPoster\Attachments\Video; |
9 | 9 | |
10 | 10 | class FacebookPosterPost |