mirror of
https://github.com/v2board/v2board.git
synced 2025-07-08 02:49:07 +08:00
format
This commit is contained in:
@ -15,11 +15,13 @@ use App\Models\InviteCode;
|
||||
|
||||
class RegisterController extends Controller
|
||||
{
|
||||
private function setTryOut () {
|
||||
private function setTryOut()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function index (RegisterIndex $request) {
|
||||
public function index(RegisterIndex $request)
|
||||
{
|
||||
if ((int)config('v2board.stop_register', 0)) {
|
||||
abort(500, '本站已关闭注册');
|
||||
}
|
||||
|
Reference in New Issue
Block a user