fix new namespace
This commit is contained in:
2
START
2
START
@@ -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
|
||||
|
||||
|
@@ -25,7 +25,7 @@ use Google\Client,
|
||||
Google\Service\Sheets,
|
||||
Google\Service\Sheets\ValueRange;
|
||||
|
||||
require __DIR__ . '/../../../../../vendor/autoload.php';
|
||||
require __DIR__ . '/../../../../../../vendor/autoload.php';
|
||||
|
||||
$arangodb = new connection(require '../settings/arangodb.php');
|
||||
|
@@ -25,7 +25,7 @@ use Google\Client,
|
||||
Google\Service\Sheets,
|
||||
Google\Service\Sheets\ValueRange;
|
||||
|
||||
require __DIR__ . '/../../../../../vendor/autoload.php';
|
||||
require __DIR__ . '/../../../../../../vendor/autoload.php';
|
||||
|
||||
$arangodb = new connection(require '../settings/arangodb.php');
|
||||
|
@@ -25,7 +25,7 @@ use Google\Client,
|
||||
Google\Service\Sheets,
|
||||
Google\Service\Sheets\ValueRange;
|
||||
|
||||
require __DIR__ . '/../../../../../vendor/autoload.php';
|
||||
require __DIR__ . '/../../../../../../vendor/autoload.php';
|
||||
|
||||
$arangodb = new connection(require '../settings/arangodb.php');
|
||||
|
Reference in New Issue
Block a user