mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user