App\Http\Controllers\Front\Auth\RegisterController::create PHP Method

create() protected method

Create a new user instance after a valid registration.
protected create ( array $data ) : User
$data array
return App\Services\Auth\Front\User
    protected function create(array $data)
    {
        return User::register($data);
    }