From c79dfcd73093af5b1111e49624aecf48d83d0886 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 25 Feb 2019 18:13:04 +0000 Subject: [PATCH] Bug 22363: (follow-up) Fix pod Signed-off-by: Katrin Fischer --- Koha/ActionLog.pm | 2 ++ Koha/ActionLogs.pm | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Koha/ActionLog.pm b/Koha/ActionLog.pm index b10ea6c7a6..9381bd606e 100644 --- a/Koha/ActionLog.pm +++ b/Koha/ActionLog.pm @@ -31,6 +31,8 @@ Koha::ActionLog - Koha ActionLog Object class =head2 Class methods +=cut + =head2 Internal methods =head3 _type diff --git a/Koha/ActionLogs.pm b/Koha/ActionLogs.pm index 6b707b6088..64ba8127f6 100644 --- a/Koha/ActionLogs.pm +++ b/Koha/ActionLogs.pm @@ -45,6 +45,12 @@ sub _type { return 'ActionLog'; } +=head3 object_class + +Single object class + +=cut + sub object_class { return 'Koha::ActionLog'; } -- 2.11.0