alexeydg opened this issue 7 years ago · 1 comments
UsersController method store: 'email' => 'required|string|max:255|email|unique:users' method update: 'email' => ['required', 'string', 'max:255', 'email', \Illuminate\Validation\Rule::unique('users')->ignore($id) ],
Fixed, will get on the next release