Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bessudnov committed Nov 8, 2020
1 parent afc3dde commit 9caf6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AmoCRM/Models/UserModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

class UserModel extends BaseApiModel implements HasIdInterface
{
use RequestIdTrait;

/** @var string Информация о роли пользователя */
public const ROLE = 'role';

Expand All @@ -27,8 +29,6 @@ class UserModel extends BaseApiModel implements HasIdInterface
/** @var string UUID пользователя */
public const UUID = 'uuid';

use RequestIdTrait;

/**
* @var int|null
*/
Expand Down

0 comments on commit 9caf6c9

Please sign in to comment.