Bug 19040: Refactor GetMarcBiblio parameters
[koha.git] / Koha / BiblioFramework.pm
index 39b1425..d9ade57 100644 (file)
@@ -19,8 +19,6 @@ use Modern::Perl;
 
 use Carp;
 
-use C4::Members::Messaging;
-
 use Koha::Database;
 
 use base qw(Koha::Object);
@@ -39,7 +37,7 @@ Koha::BiblioFramework - Koha BiblioFramework Object class
 
 =cut
 
-sub type {
+sub _type {
     return 'BiblioFramework';
 }