Фикс оплат и ставок в данных коррекции

pull/15/head
Anthony Axenov 2021-12-16 18:33:13 +08:00
parent c7d07a18f1
commit 19653776c5
1 changed files with 4 additions and 6 deletions

View File

@ -10,14 +10,12 @@
namespace AtolOnline\Entities;
use AtolOnline\{
Constants\Constraints,
Payments,
Vats
};
Collections\Payments,
Collections\Vats,
Constants\Constraints};
use AtolOnline\Exceptions\{
InvalidEntityInCollectionException,
TooLongCashierException
};
TooLongCashierException};
use Exception;
use JetBrains\PhpStorm\ArrayShape;