mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 04:06:54 -04:00
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_started = now();
|
||||||
$account->plan_expires = now()->addDays(14);
|
$account->plan_expires = now()->addDays(14);
|
||||||
$account->is_trial=true;
|
$account->is_trial=true;
|
||||||
|
$account->hosted_company_count = 10;
|
||||||
$account->save();
|
$account->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user