Bug 24149: (QA follow-up) Add pod for Koha::Statistics->object_class
authorJosef Moravec <josef.moravec@gmail.com>
Thu, 23 Jan 2020 05:50:34 +0000 (05:50 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 23 Jan 2020 10:40:24 +0000 (10:40 +0000)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

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';
 }