Files
star-erp/routes/console.php
sky121113 07b7d9b327
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 56s
[FEAT] 實作公共事業費逾期提醒、租戶自訂通知設定及發送測試信功能
2026-03-05 16:01:00 +08:00

14 lines
334 B
PHP

<?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Schedule;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::command('tenants:run finance:notify-utility-fees')->dailyAt('08:00');