emailVerification()->create([ 'token' => Str::random(25), 'is_complete' => false, 'is_active' => true, 'is_sent' => true ]); } catch (QueryException $exception){ throw new MalformedRequestException($exception->getMessage()); } } }