type fixes

This commit is contained in:
Yuri Kuznetsov
2021-11-10 16:53:15 +02:00
parent d2a1e8f771
commit 33e29e20a2
12 changed files with 165 additions and 15 deletions
@@ -41,10 +41,19 @@ use Espo\Core\Notification\AssignmentNotificator\Params;
class DefaultAssignmentNotificator implements AssignmentNotificator
{
/**
* @var User
*/
protected $user;
/**
* @var EntityManager
*/
protected $entityManager;
/**
* @var UserEnabledChecker
*/
protected $userChecker;
public function __construct(User $user, EntityManager $entityManager, UserEnabledChecker $userChecker)