Skip to content

Commit

Permalink
Fix name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DraperStudio authored Jun 18, 2016
1 parent 51a6838 commit 72d4ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConfigTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace SocialiteProviders\Manager;

use SocialiteProviders\Manager\Contracts\ConfigInterface as Config;
use SocialiteProviders\Manager\Contracts\ConfigInterface;

trait ConfigTrait
{
protected $config;

public function setConfig(Config $config)
public function setConfig(ConfigInterface $config)
{
$config = $config->get();

Expand Down

0 comments on commit 72d4ea8

Please sign in to comment.