diff --git a/scheduler.rst b/scheduler.rst index 16728b9e636..9b3d46784f6 100644 --- a/scheduler.rst +++ b/scheduler.rst @@ -189,6 +189,8 @@ For example, if you want to send customer reports daily except for holiday perio public function __toString(): string { + // give a nice displayable name to your trigger + // to ease debugging return $this->inner.' (except holidays)'; }