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

Skip to content

Commit fa15a7a

Browse files
[Scheduler] Emphasize __toString()
1 parent 416201c commit fa15a7a

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
@@ -189,6 +189,8 @@ For example, if you want to send customer reports daily except for holiday perio
189189

190190
public function __toString(): string
191191
{
192+
// give a nice displayable name to your trigger
193+
// to ease debugging
192194
return $this->inner.' (except holidays)';
193195
}
194196

0 commit comments

Comments
 (0)