File "Factory.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/socialite/src/Contracts/Factory.php
File size: 265 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Laravel\Socialite\Contracts;

interface Factory
{
    /**
     * Get an OAuth provider implementation.
     *
     * @param  string  $driver
     * @return \Laravel\Socialite\Contracts\Provider
     */
    public function driver($driver = null);
}