Skip to content

Commit

Permalink
Разгрузка
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed May 26, 2021
1 parent cd89c7a commit be90e96
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 222 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@
"illuminate/container": "^6.0",
"vlucas/phpdotenv": "3.*",
"bitrix-expert/monolog-adapter": "^1.0",
"intervention/image": "^2.5",
"mmucklo/krumo": "^0.6.0",
"symfony/dotenv": "^5.2",
"symfony/string": "^5.2",
"symfony/mailer": "^5.2",
"symfony/google-mailer": "^5.2",
"symfony/proxy-manager-bridge": "4.*",
Expand All @@ -79,8 +77,6 @@
"dragonmantank/cron-expression": "^3.1",
"mark-gerarts/auto-mapper-plus": "^1.3",
"mark-gerarts/automapper-plus-bundle": "^1.3",
"nyholm/psr7": "^1.4",
"php-http/httplug": "^2.2",
"proklung/jedi-light": "^1.0",
"proklung/bitrix.module.generator": "^1.0",
"proklung/bitrix.ckeditor.module": "^1.0",
Expand Down Expand Up @@ -118,8 +114,8 @@
"proklung/bitrix-tools-pack-bundle": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3",
"proklung/phpunit-testing-tools": "^1.0",
"squizlabs/php_codesniffer": "^3",
"symfony/debug": "^4.4",
"symfony/var-dumper": "^4.4",
"ergebnis/phpstan-rules": "^0.15.3",
Expand Down
117 changes: 0 additions & 117 deletions local/classes/Services/Email/SendNotification.php

This file was deleted.

94 changes: 0 additions & 94 deletions local/classes/Util/Traits/Validatable.php

This file was deleted.

6 changes: 0 additions & 6 deletions local/configs/services/bitrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ services:
CMain:
class: CMain

Bitrix\Main\UserTable: ~

# Работа с почтовыми событиями.
Local\Services\Email\SendNotification:
class: Local\Services\Email\SendNotification
arguments: ['@Bitrix\Main\Mail\Event', '@CFile']

0 comments on commit be90e96

Please sign in to comment.