From 9436a3cd81d593de15653840ce4f69cee5cb573f Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 19 Mar 2020 02:56:04 +0100 Subject: Add more data from anilist, namely synopsis, official hashtag and user preferred title. --- app/Console/Kernel.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Console/Kernel.php') diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index a1cac43..2bb1fea 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -58,6 +58,12 @@ class Kernel extends ConsoleKernel $helper->setCalendarForAll(); })->dailyAt('19:30'); #})->everyMinute(); + + $schedule->call( function(){ + $background = new Background(); + $background->saveEnhancementForAll(); + })->weeklyOn(1, '15:30'); + #})->everyMinute(); } /** -- cgit v1.2.3