diff options
| author | horus | 2020-03-24 17:18:39 +0100 |
|---|---|---|
| committer | horus | 2020-03-24 17:18:39 +0100 |
| commit | 74e73666e5f79fe5862bc9cd2c8d244004c381b4 (patch) | |
| tree | a062e461d0be935993161ca07a8b0f8cddf2f911 /app/Console | |
| parent | d68ed7e017f5a6bedb78c46af88dbc9cb7e881d7 (diff) | |
| download | senpai-74e73666e5f79fe5862bc9cd2c8d244004c381b4.tar.gz | |
Integrate chart.js to display anime stats.
Diffstat (limited to 'app/Console')
| -rw-r--r-- | app/Console/Kernel.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 2bb1fea..8c12616 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -56,11 +56,12 @@ class Kernel extends ConsoleKernel $helper->setIsWatchingForAll(); echo "\nsetCalendarForAll(): \n"; $helper->setCalendarForAll(); - })->dailyAt('19:30'); + })->twiceDaily(7, 19); #})->everyMinute(); $schedule->call( function(){ $background = new Background(); + echo"saveEnhancementForAll()\n"; $background->saveEnhancementForAll(); })->weeklyOn(1, '15:30'); #})->everyMinute(); |
