Bug 28588: (follow-up) Make the API use the new method
[koha-ffzg.git] / Koha / PseudonymizedTransactions.pm
index c9e74e7..06ea08a 100644 (file)
@@ -43,6 +43,10 @@ sub _type {
     return 'PseudonymizedTransaction';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::PseudonymizedTransaction';
 }