fix new namespace

This commit is contained in:
root 2023-06-11 23:33:13 +00:00
parent 063a0fdec6
commit f0ee8e3776
19 changed files with 4 additions and 4 deletions

2
START
View File

@ -1,2 +1,2 @@
sudo -u www-data php mirzaev/google_sheets/parser/system/public/*.php sudo -u www-data php mirzaev/spetsresurs/google_sheets/parser/system/public/*.php

View File

@ -25,7 +25,7 @@ use Google\Client,
Google\Service\Sheets, Google\Service\Sheets,
Google\Service\Sheets\ValueRange; Google\Service\Sheets\ValueRange;
require __DIR__ . '/../../../../../vendor/autoload.php'; require __DIR__ . '/../../../../../../vendor/autoload.php';
$arangodb = new connection(require '../settings/arangodb.php'); $arangodb = new connection(require '../settings/arangodb.php');

View File

@ -25,7 +25,7 @@ use Google\Client,
Google\Service\Sheets, Google\Service\Sheets,
Google\Service\Sheets\ValueRange; Google\Service\Sheets\ValueRange;
require __DIR__ . '/../../../../../vendor/autoload.php'; require __DIR__ . '/../../../../../../vendor/autoload.php';
$arangodb = new connection(require '../settings/arangodb.php'); $arangodb = new connection(require '../settings/arangodb.php');

View File

@ -25,7 +25,7 @@ use Google\Client,
Google\Service\Sheets, Google\Service\Sheets,
Google\Service\Sheets\ValueRange; Google\Service\Sheets\ValueRange;
require __DIR__ . '/../../../../../vendor/autoload.php'; require __DIR__ . '/../../../../../../vendor/autoload.php';
$arangodb = new connection(require '../settings/arangodb.php'); $arangodb = new connection(require '../settings/arangodb.php');