Skip to content

Commit

Permalink
Fix config object override with container (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokopenko authored May 29, 2023
1 parent 34e286e commit 8789ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SocialiteManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public function setContainer($container)
{
$this->app = $container;
$this->container = $container;
$this->config = $container->make('config');

return $this;
}
Expand Down

0 comments on commit 8789ccb

Please sign in to comment.