<?php
declare(strict_types=1);
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Schedule;
//Artisan::command('inspire', function (): void {
// $this->comment(Inspiring::quote());
//})->purpose('Display an inspiring quote')->hourly();
Schedule::everyMinute()->command('app:change-payment-status-by1-c');