This commit is contained in:
Yurii
2026-01-12 11:53:14 +02:00
parent 29a9a3a9ba
commit f482222c5d
@@ -67,6 +67,7 @@ class BeforeCreate implements SaveHook
throw new Forbidden("No access to email.");
}
// As the record hook is processed after the LinkCheck, no forbidden error will be produced.
$entity->set('emailId', $emailId);
}
}