mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
update
This commit is contained in:
parent
72faa37f4c
commit
fd3c01e523
@ -12,7 +12,7 @@ use App\Utils\Helper;
|
|||||||
class InviteController extends Controller
|
class InviteController extends Controller
|
||||||
{
|
{
|
||||||
public function save (Request $request) {
|
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, '已达到创建数量上限');
|
abort(500, '已达到创建数量上限');
|
||||||
}
|
}
|
||||||
$inviteCode = new InviteCode();
|
$inviteCode = new InviteCode();
|
||||||
|
2
public/p__tutorial.async.js
vendored
2
public/p__tutorial.async.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user