Bug 32178: (QA follow-up) Correct modules import

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2022-11-18 12:00:06 -03:00
parent d8d03c8efa
commit 79b93a6bdf
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -23,9 +23,9 @@ use Mojo::Base 'Mojolicious::Plugin';
use Koha::Exceptions;
use Koha::Exceptions::Auth;
use Koha::Patron;
use Koha::Patrons;
use C4::Auth;
use C4::Auth qw(create_basic_session);
use CGI;