Krucas\LaravelUserEmailVerification\VerificationBrokerManager::callCustomCreator PHP Method

callCustomCreator() protected method

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