From 490b951cbe44efa6d9cfa73ca2935122e2c8d01e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 23 Oct 2024 11:19:20 +0200 Subject: [PATCH] Bug 38136: [TO SQUASH] Remove unecessary 'use Koha::Caches' from Koha::ItemType --- Koha/ItemType.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Koha/ItemType.pm b/Koha/ItemType.pm index 0f352c84e66..66dbd6e37e6 100644 --- a/Koha/ItemType.pm +++ b/Koha/ItemType.pm @@ -19,14 +19,11 @@ use Modern::Perl; use C4::Koha qw( getitemtypeimagelocation ); use C4::Languages; -use Koha::Caches; use Koha::Database; use Koha::CirculationRules; use base qw(Koha::Object Koha::Object::Limit::Library); -my $cache = Koha::Caches->get_instance(); - =head1 NAME Koha::ItemType - Koha Item type Object class -- 2.34.1