예제 #1
0
파일: Google.php 프로젝트: jaksmid/website
 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);
 }