From fd7664e144577d22a1e68cffb98bb1d4a9c11ad5 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 14 Feb 2025 16:50:44 +0000 Subject: [PATCH] Bug 39190: Redirect Schema to new classes Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/SftpServer.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/SftpServer.pm b/Koha/Schema/Result/SftpServer.pm index 3df2e4ee3c2..75d50be03cd 100644 --- a/Koha/Schema/Result/SftpServer.pm +++ b/Koha/Schema/Result/SftpServer.pm @@ -182,7 +182,7 @@ Helper for Koha::Object-based class name resolution. =cut sub koha_objects_class { - 'Koha::SFTP::Servers'; + 'Koha::File::Transports'; } =head2 koha_object_class @@ -192,7 +192,7 @@ Helper for Koha::Object-based class name resolution. =cut sub koha_object_class { - 'Koha::SFTP::Server'; + 'Koha::File::Transport'; } 1; -- 2.51.0