Skip to content
Snippets Groups Projects

Issue #3285491: Send an email when a cron update succeeds

Merged Issue #3285491: Send an email when a cron update succeeds
All threads resolved!
Merged Adam G-H requested to merge issue/automatic_updates-3285491:3285491-send-an-email into 8.x-2.x
All threads resolved!
4 files
+ 35
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -105,6 +105,7 @@ class SymlinkValidator implements PreOperationStageValidatorInterface {
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
return [];
return [
PreCreateEvent::class => 'validateStagePreOperation',
PreApplyEvent::class => [
Loading