preparing to add console commands and a schedule

This commit is contained in:
2018-11-18 16:50:37 -06:00
parent 472ff6632d
commit 9a635faa4c
13 changed files with 274 additions and 33 deletions
+5 -1
View File
@@ -13,7 +13,9 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
//
Commands\corpJournal::class,
Commands\getCorps::class,
Commands\sendMail::class,
];
/**
@@ -24,6 +26,8 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
// $schedule->command(corpJournal)->everyFifteenMinutes();
// $schedule->command(getCorps)->daily();
// $schedule->command('inspire')
// ->hourly();
}