Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 277 Bytes

contact.md

File metadata and controls

13 lines (10 loc) · 277 Bytes

The Contact Model

The Contact model extends from the base Adldap\Models\Model class and contains no specific methods / attributes that are limited to it.

Creation

// Adldap\Models\Contact
$contact = $provider->make()->contact([
    'cn' => 'Suzy Doe',
]);