Deploy Ladill Meet / deploy (push) Successful in 54s
Wallet debits at session end, on recording/file storage, and via daily renewals with grace period before asset deletion. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
185 B
PHP
7 lines
185 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('meet:send-reminders')->everyFiveMinutes();
|
|
Schedule::command('meet:process-billing')->daily()->withoutOverlapping();
|