Bug 15446: (follow-up) Rename Koha::Object[s]->type with _type
[koha-ffzg.git] / Koha / Subscription.pm
index 1ba0c16..332a018 100644 (file)
@@ -39,7 +39,7 @@ Koha::Subscription - Koha Subscription Object class
 
 =cut
 
-sub type {
+sub _type {
     return 'Subscription';
 }