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);
    }