Overtrue\Socialite\SocialiteManager::callCustomCreator PHP 메소드

callCustomCreator() 보호된 메소드

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