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