Bug 35581: Koha::Illbackend -> Koha::ILL::Backend
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 14 Dec 2023 14:16:01 +0000 (14:16 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 22 Apr 2024 06:57:40 +0000 (08:57 +0200)
commit64c06fa87cdda2d0b1376acf7f25987e885ed4b2
treeffd25a8ad09bbdf50c7af0a7f323a39cf1fec569
parent58bcedc7f56843b3e2cc205fd63274fe8c8405a3
Bug 35581: Koha::Illbackend -> Koha::ILL::Backend

Koha/Illbackend.pm -> Koha/ILL/Backend.pm
Koha/REST/V1/Illbackends.pm -> Koha/REST/V1/ILL/Backends.pm

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/ILL/Backend.pm [new file with mode: 0644]
Koha/Illbackend.pm [deleted file]
Koha/REST/V1/ILL/Backends.pm [new file with mode: 0644]
Koha/REST/V1/Illbackends.pm [deleted file]
api/v1/swagger/paths/ill_backends.yaml
t/db_dependent/Koha/ILL/Backend.t [new file with mode: 0755]
t/db_dependent/Koha/Illbackend.t [deleted file]