This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-04-15 23:58:37 +07:00
parent 31022e24af
commit 23ccfcdc93
8 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"license": "WTFPL", "license": "WTFPL",
"autoload": { "autoload": {
"psr-4": { "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": [ "authors": [

View File

@ -23,7 +23,7 @@ use Google\Client,
Google\Service\Sheets\ValueRange; Google\Service\Sheets\ValueRange;
require __DIR__ . '/../../../../../../vendor/autoload.php'; require __DIR__ . '/../../../../../../../vendor/autoload.php';
/* ini_set('error_reporting', E_ALL); /* ini_set('error_reporting', E_ALL);
ini_set('display_errors', 1); ini_set('display_errors', 1);