View | Details | Raw Unified | Return to bug 22363
Collapse All | Expand All

(-)a/Koha/ActionLog.pm (+2 lines)
Lines 31-36 Koha::ActionLog - Koha ActionLog Object class Link Here
31
31
32
=head2 Class methods
32
=head2 Class methods
33
33
34
=cut
35
34
=head2 Internal methods
36
=head2 Internal methods
35
37
36
=head3 _type
38
=head3 _type
(-)a/Koha/ActionLogs.pm (-1 / +6 lines)
Lines 45-50 sub _type { Link Here
45
    return 'ActionLog';
45
    return 'ActionLog';
46
}
46
}
47
47
48
=head3 object_class
49
50
Single object class
51
52
=cut
53
48
sub object_class {
54
sub object_class {
49
    return 'Koha::ActionLog';
55
    return 'Koha::ActionLog';
50
}
56
}
51
- 

Return to bug 22363