MT#6559 remove usage of CLASS

so in a future step we can remove this from
Sipwise::Base
agranig/subprof
Gerhard Jungwirth 11 years ago
parent c6b6391e28
commit dfa5a2d1de

@ -290,7 +290,7 @@ sub api_key :Chained('base') :PathPart('api_key') :Args(0) {
);
}
$CLASS->meta->make_immutable;
__PACKAGE__->meta->make_immutable;
__END__

@ -786,7 +786,7 @@ sub peaktime_specials_create :Chained('peaktimes_list') :PathPart('date/create')
$c->stash(peaktimes_special_createflag => 1);
}
$CLASS->meta->make_immutable;
__PACKAGE__->meta->make_immutable;
1;

Loading…
Cancel
Save