blob: b0d15d8f7849e344f710be18f816813e76bb775b [file] [log] [blame]
<?php
namespace Adldap\Models;
/**
* Class ForeignSecurityPrincipal.
*
* Represents an LDAP ForeignSecurityPrincipal.
*/
class ForeignSecurityPrincipal extends Entry
{
use Concerns\HasMemberOf;
}