1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

codestyle fix

This commit is contained in:
Sergey Chazov 2020-10-30 11:49:34 +03:00
parent adeb454ef3
commit bd36c295d4
4 changed files with 1 additions and 5 deletions

View file

@ -4,7 +4,6 @@ use Intaro\RetailCrm\Component\ServiceLocator;
use Intaro\RetailCrm\Service\CollectorCookieExtractor;
use Intaro\RetailCrm\Service\LoyaltyService;
use Intaro\RetailCrm\Service\UserAccountService;
use Intaro\RetailCrm\Service\UserVerificationService;
use Intaro\RetailCrm\Vendor\Doctrine\Common\Annotations\AnnotationReader;
use Intaro\RetailCrm\Vendor\Doctrine\Common\Annotations\AnnotationRegistry;
@ -31,7 +30,6 @@ ServiceLocator::registerServices([
Logger::class,
AnnotationReader::class,
CollectorCookieExtractor::class,
UserVerificationService::class,
UserAccountService::class,
LoyaltyService::class
]);

View file

@ -26,7 +26,6 @@ use Intaro\RetailCrm\Component\Constants;
use Intaro\RetailCrm\Component\ServiceLocator;
use Intaro\RetailCrm\Repository\PaySystemActionRepository;
use Intaro\RetailCrm\Service\UserAccountService;
use Intaro\RetailCrm\Service\UserVerificationService;
use Bitrix\Sale\Order as BitrixOrder;
/**

View file

@ -17,7 +17,6 @@ use Bitrix\Main\Engine\Controller;
use Bitrix\Main\Request;
use Intaro\RetailCrm\Component\ServiceLocator;
use Intaro\RetailCrm\Service\UserAccountService;
use Intaro\RetailCrm\Service\UserVerificationService;
/**
* Class SmsVerification

View file

@ -26,7 +26,7 @@ use Intaro\RetailCrm\Model\Api\SmsVerificationConfirm;
use RuntimeException;
/**
* Class UserVerificationService
* Class UserAccountService
*/
class UserAccountService
{