Skip to content

Commit

Permalink
fix laravel5 provider
Browse files Browse the repository at this point in the history
  • Loading branch information
madcoda committed Apr 13, 2017
1 parent 69ff026 commit 860a4a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/YoutubeServiceProviderLaravel5.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ class YoutubeServiceProviderLaravel5 extends ServiceProvider
*/
public function boot()
{
$publishPath = $this->app['path.config'] . __DIR__ . '/config/youtube.php';
$this->publishes([
__DIR__.'/config/youtube.php' => $publishPath,
__DIR__.'/config/youtube.php' => config_path('youtube.php'),
]);
}

Expand Down

0 comments on commit 860a4a2

Please sign in to comment.