fix new namespace
This commit is contained in:
parent
063a0fdec6
commit
f0ee8e3776
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,
|
||||||
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');
|
||||||
|
|
|
@ -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');
|
||||||
|
|
|
@ -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');
|
||||||
|
|
Reference in New Issue