mirror of
https://github.com/v2board/v2board.git
synced 2025-03-12 21:54:42 +08:00
update
This commit is contained in:
parent
11d9654010
commit
b4bb93e23e
@ -66,7 +66,7 @@ class RegisterController extends Controller
|
||||
}
|
||||
|
||||
// try out
|
||||
if (config('v2board.try_out_enable', 0)) {
|
||||
if ((int)config('v2board.try_out_enable', 0)) {
|
||||
$plan = Plan::find(config('v2board.try_out_plan_id'));
|
||||
if ($plan) {
|
||||
$user->plan_id = $plan->id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user