twitter icon indicating copy to clipboard operation
twitter copied to clipboard

Why empty array is required for: Twitter::getTweet(12345678911, []) ?

Open foremtehan opened this issue 3 years ago • 0 comments

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 ?

foremtehan avatar Jul 16 '22 16:07 foremtehan