@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace NotificationChannels\FacebookPoster; |
4 | 4 | |
5 | 5 | use DateTimeInterface; |
6 | -use NotificationChannels\FacebookPoster\Attachments\Link; |
|
7 | 6 | use NotificationChannels\FacebookPoster\Attachments\Image; |
8 | 7 | use NotificationChannels\FacebookPoster\Attachments\Video; |
9 | 8 |
@@ -15,7 +15,7 @@ |
||
15 | 15 | * Create a new image instance. |
16 | 16 | * |
17 | 17 | * @param string $path |
18 | - * @param string $endpoint |
|
18 | + * @param string $apiEndpoint |
|
19 | 19 | */ |
20 | 20 | public function __construct($path, $apiEndpoint) |
21 | 21 | { |