Bug 15446: (follow-up) Rename Koha::Object[s]->type with _type
[koha-ffzg.git] / Koha / IssuingRules.pm
index 5c1b0bb..53f5b84 100644 (file)
@@ -35,7 +35,7 @@ Koha::IssuingRules - Koha IssuingRules object set class
 
 =cut
 
-sub type {
+sub _type {
     return 'Issuingrule';
 }