diff --git a/src/Monitoring/CommandEvents.php b/src/Monitoring/CommandEvents.php new file mode 100644 index 000000000..965f45269 --- /dev/null +++ b/src/Monitoring/CommandEvents.php @@ -0,0 +1,24 @@ + [ + new class implements CommandSubscriber { + use CommandEvents; + }, + ]; + + yield 'SDAM' => [ + new class implements SDAMSubscriber { + use SDAMEvents; + }, + ]; + } +}