Skip to content

Commit

Permalink
Renamed Provider properly
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed Apr 18, 2015
1 parent 06df935 commit 79fa84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YouTubeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function register()
$config = $this->app['config']['services.google'];
$ytConfig = array_add($this->app['config']['youtube'], 'auth_model', $this->app['config']['auth.model']);

return new API\Provider(
return new YouTube(
$this->app['request'], $config['client_id'],
$config['client_secret'], $ytConfig
);
Expand Down

0 comments on commit 79fa84f

Please sign in to comment.