hooksDisabled

This commit is contained in:
Yuri Kuznetsov
2024-03-02 18:51:18 +02:00
parent 9be5342220
commit e2bd509aeb
25 changed files with 31 additions and 258 deletions
@@ -42,8 +42,6 @@ use LogicException;
*/
class ArrayValue extends Database
{
protected $hooksDisabled = true;
private const ITEM_MAX_LENGTH = 100;
public function storeEntityAttribute(CoreEntity $entity, string $attribute, bool $populateMode = false): void