Files
isaaccladandCursor 4bc485dfea
Deploy Ladill Care / deploy (push) Successful in 35s
Add Care Pro billing, renewal, and scheduler.
Organizations can subscribe from wallet, expire correctly on free tier, and renew nightly via care:pro-renew.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 01:07:23 +00:00

6 lines
126 B
PHP

<?php
use Illuminate\Support\Facades\Schedule;
Schedule::command('care:pro-renew')->dailyAt('02:20')->withoutOverlapping();