From 6ffd5a16006bed64636b9b53ea472e677b63ed71 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 --- 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 d4ff738d52b..ce7032a000f 100644 --- a/Koha/Schema/Result/SftpServer.pm +++ b/Koha/Schema/Result/SftpServer.pm @@ -175,11 +175,11 @@ __PACKAGE__->add_columns( ); sub koha_objects_class { - 'Koha::SFTP::Servers'; + 'Koha::File::Transports'; } sub koha_object_class { - 'Koha::SFTP::Server'; + 'Koha::File::Transport'; } 1; -- 2.48.1