simedkom/routes/console.php
Yoga Pangestu 0b15d95395 feat: Update console commands for scheduled tasks
- Removed the 'inspire' command and its dependencies.
- Added a new daily scheduled command for updating cooperation status.
2026-01-12 11:05:44 +07:00

6 lines
106 B
PHP

<?php
use Illuminate\Support\Facades\Schedule;
Schedule::command('cooperation:update-status')->daily();