Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01a161d

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Scheduler] Emphasize `__toString()`
2 parents 274afb9 + f1621cc commit 01a161d

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
@@ -190,6 +190,8 @@ For example, if you want to send customer reports daily except for holiday perio
190190
{
191191
}
192192

193+
// use this method to give a nice displayable name to
194+
// identify your trigger (it eases debugging)
193195
public function __toString(): string
194196
{
195197
return $this->inner.' (except holidays)';

0 commit comments

Comments
 (0)