Mmanos\Social\SocialTrait::providers PHP Method

providers() public method

Return the social providers associated with this user.
public providers ( )
    public function providers()
    {
        return $this->hasMany('Mmanos\\Social\\Provider');
    }