blob: b0d15d8f7849e344f710be18f816813e76bb775b [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace Adldap\Models;
4
5/**
6 * Class ForeignSecurityPrincipal.
7 *
8 * Represents an LDAP ForeignSecurityPrincipal.
9 */
10class ForeignSecurityPrincipal extends Entry
11{
12 use Concerns\HasMemberOf;
13}