database fix after horizon

This commit is contained in:
2019-09-29 00:50:44 -05:00
parent ab6e0b5177
commit d2b6476165
3 changed files with 14 additions and 9 deletions

View File

@@ -26,6 +26,9 @@ class Kernel extends ConsoleKernel
{
// $schedule->command('inspire')
// ->hourly();
//Horizon Graph Schedule
$schedule->command('horizon:snapshot')->everyFiveMinutes();
}
/**