Skip to content

Commit f06176b

Browse files
authored
Update README.md
1 parent 5e00d69 commit f06176b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ Or creating a cronjob tasks editing **CronJob.php** config file like this.
301301
*/
302302
public function init(Scheduler $schedule)
303303
{
304-
$schedule->command('restserver:discover')->named('discoverRestserver')->dayly();
304+
$schedule->command('restserver:discover')->named('discoverRestserver')->daily();
305305
or
306-
$schedule->command('restserver:discover')->named('discoverRestserver')->dayly('11:30 am');
306+
$schedule->command('restserver:discover')->named('discoverRestserver')->daily('11:30 am');
307307
}
308308
```
309309

0 commit comments

Comments
 (0)