Completed
Push — master ( 179c68...7ebb95 )
by Hector
03:48
created
examples/promoted_tweet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
 // create request for a simple nullcasted tweet
48 48
 $media = $twitterAds->upload(['media'=> 'kitten.jpg']);
49
-$tweet1 = Tweet::create($account, 'Tweet number 1 ...'.rand().' http://twitter.com',['media_ids'=> $media->media_id]);
49
+$tweet1 = Tweet::create($account, 'Tweet number 1 ...'.rand().' http://twitter.com', ['media_ids'=> $media->media_id]);
50 50
 
51 51
 // promote the tweet using our line item
52 52
 $promotedTweet = new PromotedTweet($account);
Please login to merge, or discard this patch.