diff --git a/app/console.php b/app/console.php index 74f7b40..55c15d6 100644 --- a/app/console.php +++ b/app/console.php @@ -4,4 +4,4 @@ use Illuminate\Support\Facades\Schedule; -Schedule::call('github:fetch')->everySixHours(); +Schedule::command('github:fetch')->everySixHours();