Mmanos\Social\Provider::getTable PHP Method

getTable() public method

public getTable ( )
    public function getTable()
    {
        return Config::get('laravel-social::table', 'user_providers');
    }