Krucas\LaravelUserEmailVerification\VerificationBrokerManager::createTokenRepository PHP Method

createTokenRepository() protected method

Create token repository
protected createTokenRepository ( array $config ) : Krucas\LaravelUserEmailVerification\Contracts\TokenRepositoryInterface
$config array
return Krucas\LaravelUserEmailVerification\Contracts\TokenRepositoryInterface
    protected function createTokenRepository(array $config)
    {
        return $this->{'create' . ucfirst($config['driver']) . 'Repository'}($config);
    }