Bug 23152: (RM follow-up) Correct pluralisation of Koha::Libraries
[koha-equinox.git] / Koha / Schema / Result / Branch.pm
index 4e645d4..532f3d0 100644 (file)
@@ -688,7 +688,7 @@ sub koha_object_class {
     'Koha::Library';
 }
 sub koha_objects_class {
-    'Koha::Librarys';
+    'Koha::Libraries';
 }
 
 1;