@@ -, +, @@ Koha::Statistics->object_class --- Koha/Statistics.pm | 4 ++++ 1 file changed, 4 insertions(+) --- a/Koha/Statistics.pm +++ a/Koha/Statistics.pm @@ -43,6 +43,10 @@ sub _type { return 'Statistic'; } +=head3 object_class + +=cut + sub object_class { return 'Koha::Statistic'; } --