Bug 24149: (QA follow-up) Add pod for Koha::Statistics->object_class
[koha-equinox.git] / Koha / Statistics.pm
index 57b2a76..4ae8d9f 100644 (file)
@@ -43,6 +43,10 @@ sub _type {
     return 'Statistic';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::Statistic';
 }