Skip to content

Commit

Permalink
Release: v0.5.9-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed Jun 4, 2015
1 parent 567df76 commit 0505a2d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/YouTube.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
<?php namespace CupOfTea\YouTube;

use Auth;
use Event;
use Serializable;

use Illuminate\Http\Request;

use CupOfTea\Package\Package;
use CupOfTea\YouTube\Models\RefreshToken;
use Symfony\Component\HttpFoundation\RedirectResponse;
use CupOfTea\YouTube\Exceptions\InvalidStateException;
use CupOfTea\YouTube\Exceptions\UnauthorisedException;
use CupOfTea\YouTube\Exceptions\ResourceNotFoundException;
use CupOfTea\YouTube\Contracts\Provider as ProviderContract;

use Symfony\Component\HttpFoundation\RedirectResponse;

class YouTube implements ProviderContract, Serializable {

use Package;

const PACKAGE = 'CupOfTea/YouTube';
const VERSION = '0.5.8-beta';
const VERSION = '0.5.9-beta';

/**
* Available Resources for this API.
Expand Down

0 comments on commit 0505a2d

Please sign in to comment.