From 8787e0ebd6a113fab79ba540e55bae78f6478012 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Tue, 27 Sep 2022 12:08:59 -0400 Subject: [PATCH] PMCORE-4000 --- workflow/engine/classes/PmGoogleApi.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/workflow/engine/classes/PmGoogleApi.php b/workflow/engine/classes/PmGoogleApi.php index 7bcf19205..de2bcb49a 100644 --- a/workflow/engine/classes/PmGoogleApi.php +++ b/workflow/engine/classes/PmGoogleApi.php @@ -4,9 +4,6 @@ * class.pmGoogleApi.php * */ - -require_once PATH_TRUNK . 'vendor' . PATH_SEP . 'google' . PATH_SEP . 'apiclient' . PATH_SEP . 'src' . PATH_SEP . 'Google' . PATH_SEP . 'autoload.php'; - class PmGoogleApi { const DRIVE = 'https://www.googleapis.com/auth/drive';