diff --git a/src/Ltb/PhpLDAP.php b/src/Ltb/PhpLDAP.php index bdc9e27..c721e52 100644 --- a/src/Ltb/PhpLDAP.php +++ b/src/Ltb/PhpLDAP.php @@ -101,9 +101,9 @@ public static function ldap_mod_replace(...$args) return ldap_mod_replace(...$args); } - public static function ldap_first_entry($ldap, $entry, $attribute) + public static function ldap_first_entry(...$args) { - return ldap_first_entry($ldap, $entry, $attribute); + return ldap_first_entry(...$args); } }