lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/Combination.pm

8 lines
111 B
Perl
Raw Normal View History

2017-02-05 13:24:26 +01:00
package Lemonldap::NG::Portal::UserDB::Combination;
sub new {
return $_[1]->{p}->{_authentication};
}
1;