Bug 19926: Add the Koha::Object->unblessed_all_relateds method
[koha-ffzg.git] / Koha / Biblioitems.pm
index c21c64d..c4d6144 100644 (file)
@@ -39,7 +39,7 @@ Koha::Biblioitem - Koha Biblioitem Object class
 
 =cut
 
-sub type {
+sub _type {
     return 'Biblioitem';
 }