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
@@ -38,8 +38,6 @@ use Espo\Core\Repositories\Database;
*/
class Webhook extends Database
{
protected $hooksDisabled = true;
protected function beforeSave(Entity $entity, array $options = [])
{
if ($entity->isNew()) {