Skip to content

Commit

Permalink
Release: v0.5.11-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed Jun 5, 2015
1 parent 6e793c8 commit 7cd002c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/YouTube.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class YouTube implements ProviderContract, Serializable {
use Package;

const PACKAGE = 'CupOfTea/YouTube';
const VERSION = '0.5.10-beta';
const VERSION = '0.5.11-beta';

/**
* Available Resources for this API.
Expand Down Expand Up @@ -357,7 +357,6 @@ public function revokeToken($token = false){
* @return CupOfTea\YouTube\Contracts\Provider
*/
protected function refresh(){
\Log::debug(['authmehgjshd', array_get($this->tokens, 'refresh_token')]);
if(array_get($this->tokens, 'refresh_token'))
return $this->getTokensByRefresh();
}
Expand Down

0 comments on commit 7cd002c

Please sign in to comment.