From 53d1464745ceda4c7935917d5a1b7b636ae354ad 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 b10ea6c..9381bd6 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 6b707b6..64ba812 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.1.4