App\Http\Controllers\TwitterController::getLatestTweets PHP Method

getLatestTweets() private method

Get the latest tweets on a user timeline
private getLatestTweets ( ) : Collection
return Collection
    private function getLatestTweets()
    {
        return Twitter::getHomeTimeline(['count' => 2, 'format' => 'json']);
    }