compatible swoole

This commit is contained in:
Wisp X
2022-03-16 10:00:58 +08:00
parent b0c6a6defa
commit 37c6ccd29d
10 changed files with 80 additions and 35 deletions
@@ -15,13 +15,6 @@ use Illuminate\Validation\Rules;
class RegisteredUserController extends Controller
{
public function __construct()
{
if (! Utils::config(ConfigKey::IsEnableRegistration)) {
abort(404);
}
}
/**
* Display the registration view.
*