From ac1dfd5eca8d335a6213cbc34557c16d2fa8cfdc Mon Sep 17 00:00:00 2001
From: Maja Wolniewicz <mgw@umk.pl>
Date: Mon, 19 Jun 2023 17:13:51 +0200
Subject: [PATCH] handling second signing certificate

---
 lib/validatorClass.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/validatorClass.php b/lib/validatorClass.php
index c863f85..87cefe9 100644
--- a/lib/validatorClass.php
+++ b/lib/validatorClass.php
@@ -6,7 +6,6 @@ class Validator {
     private $logger;
 
     public function __construct($params = array()) {
-          
         $this->validatordir = VALIDATOR_SCRIPTS;
         if (empty($params)) {
         $this->params = array(
-- 
GitLab