Финализация всех Entities

This commit is contained in:
2021-12-03 18:24:21 +08:00
parent c077f98cf9
commit 3e03fdca61
9 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ use JetBrains\PhpStorm\Pure;
*
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 17
*/
class Client extends Entity
final class Client extends Entity
{
use HasEmail, HasInn;