@@ -2,9 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\FacebookPoster; |
| 4 | 4 | |
| 5 | -use NotificationChannels\FacebookPoster\Attaches\Link; |
|
| 6 | 5 | use NotificationChannels\FacebookPoster\Attaches\Image; |
| 7 | -use NotificationChannels\FacebookPoster\Attaches\Video; |
|
| 6 | +use NotificationChannels\FacebookPoster\Attaches\Link; |
|
| 8 | 7 | |
| 9 | 8 | class FacebookPosterPost |
| 10 | 9 | { |
@@ -3,14 +3,11 @@ |
||
| 3 | 3 | namespace NotificationChannels\FacebookPoster\Test; |
| 4 | 4 | |
| 5 | 5 | use Facebook\Facebook; |
| 6 | -use Facebook\FileUpload\FacebookFile; |
|
| 7 | 6 | use Illuminate\Notifications\Notification; |
| 8 | 7 | use Mockery; |
| 9 | -use NotificationChannels\FacebookPoster\Attaches\Image; |
|
| 10 | 8 | use NotificationChannels\FacebookPoster\FacebookPosterChannel; |
| 11 | 9 | use NotificationChannels\FacebookPoster\FacebookPosterPost; |
| 12 | 10 | use Orchestra\Testbench\TestCase; |
| 13 | -use stdClass; |
|
| 14 | 11 | |
| 15 | 12 | class FacebookPosterChannelTest extends TestCase |
| 16 | 13 | { |