twitter
twitter copied to clipboard
Why empty array is required for: Twitter::getTweet(12345678911, []) ?
I'm using the package with laravel, Why the second argument is required for parameter ?
v3:
Twitter::getTweet(12345678911, [])
Why not just using Twitter::getTweet(12345678911)?
If this is a laravel package why not just return a collection ?