type fixes

This commit is contained in:
Yuri Kuznetsov
2022-03-12 19:44:25 +02:00
parent ceb436971d
commit b53378a1d3
35 changed files with 123 additions and 64 deletions
@@ -42,6 +42,9 @@ use Espo\Core\{
use DateTime;
use Exception;
/**
* @implements Loader<\Espo\Entities\User>
*/
class LastAccessLoader implements Loader
{
private $entityManager;