Set companies on trial commence

This commit is contained in:
David Bomba 2023-01-25 08:45:05 +11:00
parent 5efa8d9de0
commit 27b79aa551

View File

@ -149,6 +149,7 @@ class NinjaPlanController extends Controller
$account->plan_started = now();
$account->plan_expires = now()->addDays(14);
$account->is_trial=true;
$account->hosted_company_count = 10;
$account->save();
}