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

Skip to content

Commit f1621cc

Browse files
committed
Tweak
1 parent 3bdc2ec commit f1621cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scheduler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ For example, if you want to send customer reports daily except for holiday perio
187187
{
188188
}
189189

190+
// use this method to give a nice displayable name to
191+
// identify your trigger (it eases debugging)
190192
public function __toString(): string
191193
{
192-
// give a nice displayable name to your trigger
193-
// to ease debugging
194194
return $this->inner.' (except holidays)';
195195
}
196196

0 commit comments

Comments
 (0)