Skip to content

Instantly share code, notes, and snippets.

@mariowhowrites
Created February 27, 2018 20:37
Show Gist options
  • Save mariowhowrites/ebf03d80d4783f1b1043ed0caa18249e to your computer and use it in GitHub Desktop.
Save mariowhowrites/ebf03d80d4783f1b1043ed0caa18249e to your computer and use it in GitHub Desktop.
protected function schedule(Schedule $schedule)
{
$schedule->command('fetch:prices')->everyMinute();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment