This commit is contained in:
Yuri Kuznetsov
2023-05-10 10:52:34 +03:00
parent 1262fdbf29
commit 324ded28de
10 changed files with 22 additions and 47 deletions
@@ -41,7 +41,7 @@ use Espo\Core\Utils\Metadata;
class ReadLoadProcessor
{
/** @var array<string, Loader<Entity>[]> */
private $loaderListMapCache = [];
private array $loaderListMapCache = [];
public function __construct(
private InjectableFactory $injectableFactory,