Deploy Ladill Care / deploy (push) Successful in 35s
Organizations can subscribe from wallet, expire correctly on free tier, and renew nightly via care:pro-renew. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
126 B
PHP
6 lines
126 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('care:pro-renew')->dailyAt('02:20')->withoutOverlapping();
|