From 4b8da06651f8c9e9478168a3492fddb12fc190e1 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 8 Jul 2022 20:29:16 -0300 Subject: [PATCH] Bug 24857: Remove incorrect object_class method Signed-off-by: Tomas Cohen Arazi --- Koha/Biblio/ItemGroup.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Koha/Biblio/ItemGroup.pm b/Koha/Biblio/ItemGroup.pm index 8c4ba66db1..9525a0fe0a 100644 --- a/Koha/Biblio/ItemGroup.pm +++ b/Koha/Biblio/ItemGroup.pm @@ -131,12 +131,4 @@ sub _type { return 'ItemGroup'; } -=head3 object_class - -=cut - -sub object_class { - return 'Koha::Biblio::ItemGroup'; -} - 1; -- 2.37.0