Overtrue\Socialite\SocialiteManager::callCustomCreator PHP Method

callCustomCreator() protected method

Call a custom driver creator.
protected callCustomCreator ( string $driver ) : mixed
$driver string
return mixed
    protected function callCustomCreator($driver)
    {
        return $this->customCreators[$driver]($this->config);
    }