Guest User

Untitled

a guest
Oct 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. namespace AppConsoleCommands;
  2.  
  3. use IlluminateConsoleCommand;
  4. use Appallestates;
  5.  
  6. protected $signature = 'bot:mitsui';
  7.  
  8. protected $commands = [
  9. //
  10. Commandsmitsui::class,
  11. ];
  12.  
  13. protected function schedule(Schedule $schedule)
  14. {
  15. $schedule->command('bot:mitsui')->everyFiveMinutes();
  16. }
Add Comment
Please, Sign In to add comment