From 23ccfcdc93202d99c5ef6191441012e824bd3736 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 15 Apr 2024 23:58:37 +0700 Subject: [PATCH] fix --- composer.json | 2 +- .../telegram/robot/entry/system/public/robot.php | 2 +- .../telegram/robot/entry/system/settings/.gitignore | 0 .../telegram/robot/entry/system/settings/key.php.sample | 0 .../telegram/robot/entry/system/settings/workers/.gitignore | 0 .../robot/entry/system/settings/workers/document.php.sample | 0 .../robot/entry/system/settings/workers/google.php.sample | 0 .../robot/entry/system/settings/workers/sheets.php.sample | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename mirzaev/{ => spetsresurs}/telegram/robot/entry/system/public/robot.php (97%) rename mirzaev/{ => spetsresurs}/telegram/robot/entry/system/settings/.gitignore (100%) rename mirzaev/{ => spetsresurs}/telegram/robot/entry/system/settings/key.php.sample (100%) rename mirzaev/{ => spetsresurs}/telegram/robot/entry/system/settings/workers/.gitignore (100%) rename mirzaev/{ => spetsresurs}/telegram/robot/entry/system/settings/workers/document.php.sample (100%) rename mirzaev/{ => spetsresurs}/telegram/robot/entry/system/settings/workers/google.php.sample (100%) rename mirzaev/{ => spetsresurs}/telegram/robot/entry/system/settings/workers/sheets.php.sample (100%) diff --git a/composer.json b/composer.json index 9bf3a77..60f2a46 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "WTFPL", "autoload": { "psr-4": { - "mirzaev\\spetsresurs\\\\telegram\\robot\\entry\\": "mirzaev/spetsresurs/telegram/robot/entry/system/" + "mirzaev\\spetsresurs\\telegram\\robot\\entry\\": "mirzaev/spetsresurs/telegram/robot/entry/system/" } }, "authors": [ diff --git a/mirzaev/telegram/robot/entry/system/public/robot.php b/mirzaev/spetsresurs/telegram/robot/entry/system/public/robot.php similarity index 97% rename from mirzaev/telegram/robot/entry/system/public/robot.php rename to mirzaev/spetsresurs/telegram/robot/entry/system/public/robot.php index b6243fd..66e50ea 100644 --- a/mirzaev/telegram/robot/entry/system/public/robot.php +++ b/mirzaev/spetsresurs/telegram/robot/entry/system/public/robot.php @@ -23,7 +23,7 @@ use Google\Client, Google\Service\Sheets\ValueRange; -require __DIR__ . '/../../../../../../vendor/autoload.php'; +require __DIR__ . '/../../../../../../../vendor/autoload.php'; /* ini_set('error_reporting', E_ALL); ini_set('display_errors', 1); diff --git a/mirzaev/telegram/robot/entry/system/settings/.gitignore b/mirzaev/spetsresurs/telegram/robot/entry/system/settings/.gitignore similarity index 100% rename from mirzaev/telegram/robot/entry/system/settings/.gitignore rename to mirzaev/spetsresurs/telegram/robot/entry/system/settings/.gitignore diff --git a/mirzaev/telegram/robot/entry/system/settings/key.php.sample b/mirzaev/spetsresurs/telegram/robot/entry/system/settings/key.php.sample similarity index 100% rename from mirzaev/telegram/robot/entry/system/settings/key.php.sample rename to mirzaev/spetsresurs/telegram/robot/entry/system/settings/key.php.sample diff --git a/mirzaev/telegram/robot/entry/system/settings/workers/.gitignore b/mirzaev/spetsresurs/telegram/robot/entry/system/settings/workers/.gitignore similarity index 100% rename from mirzaev/telegram/robot/entry/system/settings/workers/.gitignore rename to mirzaev/spetsresurs/telegram/robot/entry/system/settings/workers/.gitignore diff --git a/mirzaev/telegram/robot/entry/system/settings/workers/document.php.sample b/mirzaev/spetsresurs/telegram/robot/entry/system/settings/workers/document.php.sample similarity index 100% rename from mirzaev/telegram/robot/entry/system/settings/workers/document.php.sample rename to mirzaev/spetsresurs/telegram/robot/entry/system/settings/workers/document.php.sample diff --git a/mirzaev/telegram/robot/entry/system/settings/workers/google.php.sample b/mirzaev/spetsresurs/telegram/robot/entry/system/settings/workers/google.php.sample similarity index 100% rename from mirzaev/telegram/robot/entry/system/settings/workers/google.php.sample rename to mirzaev/spetsresurs/telegram/robot/entry/system/settings/workers/google.php.sample diff --git a/mirzaev/telegram/robot/entry/system/settings/workers/sheets.php.sample b/mirzaev/spetsresurs/telegram/robot/entry/system/settings/workers/sheets.php.sample similarity index 100% rename from mirzaev/telegram/robot/entry/system/settings/workers/sheets.php.sample rename to mirzaev/spetsresurs/telegram/robot/entry/system/settings/workers/sheets.php.sample