testing
This commit is contained in:
@@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
|
||||
* @var array
|
||||
*/
|
||||
protected $commands = [
|
||||
Commands\corpJournal::class,
|
||||
Commands\CorpJournal::class,
|
||||
Commands\getCorps::class,
|
||||
Commands\sendMail::class,
|
||||
];
|
||||
@@ -26,7 +26,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command(corpJournal)->everyFifteenMinutes();
|
||||
$schedule->command(new CorpJournal)->everyFifteenMinutes();
|
||||
// $schedule->command(getCorps)->daily();
|
||||
// $schedule->command('inspire')
|
||||
// ->hourly();
|
||||
|
||||
Reference in New Issue
Block a user