codestyle fix
This commit is contained in:
parent
adeb454ef3
commit
bd36c295d4
4 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
]);
|
||||
|
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@ use Intaro\RetailCrm\Model\Api\SmsVerificationConfirm;
|
|||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* Class UserVerificationService
|
||||
* Class UserAccountService
|
||||
*/
|
||||
class UserAccountService
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue