Bug 14570: (follow-up) fix qa FAIL tests
[koha.git] / Koha / Patron / Relationships.pm
index 0cdfa9f..db3b107 100644 (file)
@@ -82,8 +82,6 @@ sub guarantees {
     return wantarray ? $guarantees->as_list : $guarantees;
 }
 
-=cut
-
 =head3 type
 
 =cut
@@ -92,6 +90,10 @@ sub _type {
     return 'BorrowerRelationship';
 }
 
+=head3 object_class
+
+=cut
+
 sub object_class {
     return 'Koha::Patron::Relationship';
 }