Major changes - Vote system now finished
This commit is contained in:
@@ -25,6 +25,10 @@ class Kernel extends ConsoleKernel
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
// $schedule->command('inspire')->hourly();
|
||||
|
||||
$schedule->command('vote:evaluate')
|
||||
->everyFiveMinutes();
|
||||
// Production value: Every day
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user