mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -12,7 +12,7 @@ use App\Utils\Helper; | ||||
| class InviteController extends Controller | ||||
| { | ||||
|     public function save (Request $request) { | ||||
|         if (InviteCode::where('user_id', $request->session()->get('id'))->where('status', 0)->count() >= 5) { | ||||
|         if (InviteCode::where('user_id', $request->session()->get('id'))->where('status', 0)->count() >= config('v2board.invite_gen_limit', 5)) { | ||||
|             abort(500, '已达到创建数量上限'); | ||||
|         } | ||||
|         $inviteCode = new InviteCode(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user