Hi there!
I have a problem. I have created custom binding. But it has no affect. I am trying to bind custom ApplierClassNameListProvider. For example in Espo\Core\Record\Service.php there is a function
And it instantiates ApplierClassNameListProvider directly
I have a problem. I have created custom binding. But it has no affect. I am trying to bind custom ApplierClassNameListProvider. For example in Espo\Core\Record\Service.php there is a function
PHP Code:
private function createSelectApplierClassNameListProvider(): ApplierClassNameListProvider
{
return $this->injectableFactory->create(ApplierClassNameListProvider::class);
}
Comment