From ddb51a7f26a83eeb27259836048b18acfe20c1f9 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Thu, 23 Jan 2020 05:50:34 +0000 Subject: [PATCH] Bug 24149: (QA follow-up) Add pod for Koha::Statistics->object_class Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize --- Koha/Statistics.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Koha/Statistics.pm b/Koha/Statistics.pm index 57b2a769e3..4ae8d9f2c8 100644 --- a/Koha/Statistics.pm +++ b/Koha/Statistics.pm @@ -43,6 +43,10 @@ sub _type { return 'Statistic'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Statistic'; } -- 2.11.4.GIT