Skip to content

Commit e959296

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Scheduler] Emphasize `__toString()`
2 parents 4196270 + 19ea6e2 commit e959296

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)