Bug 16965: [Follow-up] Adjust get_object_class
[koha-ffzg.git] / Koha / Schema / Result / Borrower.pm
index 8512753..de70e74 100644 (file)
@@ -1253,4 +1253,8 @@ __PACKAGE__->belongs_to(
     { borrowernumber => "guarantorid" },
 );
 
+sub koha_objects_class {
+    'Koha::Patrons';
+}
+
 1;