Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $schedule->command('email:notifications1')
  2. ->cron('15 * * * * *');
  3. $schedule->command('email:notifications2')
  4. ->cron('15 * * * * *');
  5. $schedule->command('email:notifications3')
  6. ->cron('15 * * * * *');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement