7 lines
154 B
PHP
7 lines
154 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('cooperation:update-status')->daily();
|
|
Schedule::command('monitoring:crawl')->daily();
|