Skip to content

Commit 8789ccb

Browse files
authored
Fix config object override with container (#639)
1 parent 34e286e commit 8789ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SocialiteManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public function setContainer($container)
222222
{
223223
$this->app = $container;
224224
$this->container = $container;
225+
$this->config = $container->make('config');
225226

226227
return $this;
227228
}

0 commit comments

Comments
 (0)