Skip to content

Commit

Permalink
fix namespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
madcoda committed Apr 12, 2017
1 parent 6494855 commit 2d57fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/YoutubeServiceProviderLaravel4.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Madcoda\Youtube;

use Config;
use Madcoda\Youtube;
use Madcoda\Youtube\Youtube;
use Illuminate\Support\ServiceProvider;

class YoutubeServiceProviderLaravel4 extends ServiceProvider
Expand Down
2 changes: 1 addition & 1 deletion src/YoutubeServiceProviderLaravel5.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Madcoda\Youtube;

use Madcoda\Youtube;
use Madcoda\Youtube\Youtube;
use Illuminate\Support\ServiceProvider;

class YoutubeServiceProviderLaravel5 extends ServiceProvider
Expand Down

0 comments on commit 2d57fba

Please sign in to comment.