From 9d21b62ba5714b14f5fdd10f3e79b823553f1947 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Wed, 11 Nov 2020 10:53:51 +0000 Subject: [PATCH] Bug 22818: (follow-up) "use" correct class Following up on the feedback from Jonathan in comment #162, this commit removes the use of Koha::MessageAttribute --- t/db_dependent/Illrequests.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Illrequests.t b/t/db_dependent/Illrequests.t index cc929759b6..0ed98219e1 100755 --- a/t/db_dependent/Illrequests.t +++ b/t/db_dependent/Illrequests.t @@ -30,7 +30,6 @@ use Koha::ItemTypes; use Koha::Items; use Koha::Libraries; use Koha::MessageAttributes; -use Koha::MessageAttribute; use Koha::Notice::Templates; use Koha::AuthorisedValueCategories; use Koha::AuthorisedValues; -- 2.20.1