@@ -, +, @@ --- Koha/ActionLog.pm | 2 ++ Koha/ActionLogs.pm | 6 ++++++ 2 files changed, 8 insertions(+) --- a/Koha/ActionLog.pm +++ a/Koha/ActionLog.pm @@ -31,6 +31,8 @@ Koha::ActionLog - Koha ActionLog Object class =head2 Class methods +=cut + =head2 Internal methods =head3 _type --- a/Koha/ActionLogs.pm +++ a/Koha/ActionLogs.pm @@ -45,6 +45,12 @@ sub _type { return 'ActionLog'; } +=head3 object_class + +Single object class + +=cut + sub object_class { return 'Koha::ActionLog'; } --