type fixes

This commit is contained in:
Yuri Kuznetsov
2022-03-11 16:51:18 +02:00
parent e7994caf72
commit db2c7f2c7b
16 changed files with 58 additions and 13 deletions
@@ -37,6 +37,9 @@ use Espo\Core\{
Repositories\Database,
};
/**
* @extends Database<\Espo\Entities\ArrayValue>
*/
class ArrayValue extends Database
{
protected $hooksDisabled = true;