6 lines
117 B
PHP
6 lines
117 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('app:generate-daily-sessions')->dailyAt('00:00');
|