From 11195d0063b86a5fa9ae6d3bc23ec659400bf4c1 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 --- 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.0