Skip to content

Commit 19ea6e2

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Scheduler] Emphasize `__toString()`
2 parents 053274e + 01a161d commit 19ea6e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scheduler.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ For example, if you want to send customer reports daily except for holiday perio
182182
{
183183
}
184184

185+
// use this method to give a nice displayable name to
186+
// identify your trigger (it eases debugging)
185187
public function __toString(): string
186188
{
187189
return $this->inner.' (except holidays)';

0 commit comments

Comments
 (0)