Set default value to data (#1010)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent b7668c890b
commit 7856ee0d90
  1. 5
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Session.pm

@ -28,8 +28,9 @@ has 'kind' => (
);
has 'data' => (
is => 'rw',
isa => 'HashRef',
is => 'rw',
isa => 'HashRef',
default => sub { {} },
);
has 'options' => (

Loading…
Cancel
Save