Set companies on trial commence
This commit is contained in:
parent
5efa8d9de0
commit
27b79aa551
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue