public function __construct(array $options = array()) { // Now make sure we have the default scope to get user data $options['scope'] = \Arr::merge(array('https://www.google.com/m8/feeds'), (array) \Arr::get($options, 'scope', array())); parent::__construct($options); }