This commit is contained in:
Yuri Kuznetsov
2022-10-18 15:50:51 +03:00
parent 45720afd50
commit 07ee43d4d7
9 changed files with 544 additions and 361 deletions
@@ -40,7 +40,6 @@ use Espo\Tools\Pdf\Params;
class DataLoaderManager
{
private Metadata $metadata;
private InjectableFactory $injectableFactory;
public function __construct(Metadata $metadata, InjectableFactory $injectableFactory)