From bbc944273a6acfc5971628e988a9dec4eb1f69c3 Mon Sep 17 00:00:00 2001 From: Marko <52066939+HeX87@users.noreply.github.com> Date: Sun, 26 Nov 2023 10:29:25 +0100 Subject: [PATCH] add fixed export --- src/Helper/HiltesImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Helper/HiltesImport.php b/src/Helper/HiltesImport.php index c656be0..a3b91b2 100644 --- a/src/Helper/HiltesImport.php +++ b/src/Helper/HiltesImport.php @@ -65,7 +65,7 @@ class HiltesImport $this->logger->info('No Files'); } } else { - throw new RuntimeException('Error in getFiles or no file WS.FERTIG'); + throw new RuntimeException('No Files to Import'); } }