- Removed the 'inspire' command and its dependencies. - Added a new daily scheduled command for updating cooperation status.
6 lines
106 B
PHP
6 lines
106 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('cooperation:update-status')->daily();
|