From 8f7ada059e96eb49937e0e74527bc553513c0bd3 Mon Sep 17 00:00:00 2001 From: Andy Palmer Date: Thu, 3 Feb 2022 15:29:26 +0000 Subject: [PATCH] Remove require_once autoload.php --- lib/Authentication/Jwt/JsonWebTokenHeader.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Authentication/Jwt/JsonWebTokenHeader.php b/lib/Authentication/Jwt/JsonWebTokenHeader.php index 5c141b11..76dec866 100644 --- a/lib/Authentication/Jwt/JsonWebTokenHeader.php +++ b/lib/Authentication/Jwt/JsonWebTokenHeader.php @@ -9,8 +9,6 @@ use Firebase\JWT\JWT as JWT; use CyberSource\Logging\LogFactory as LogFactory; -require_once 'vendor/autoload.php'; - class JsonWebTokenHeader { private static $logger = null;