fixing freedcamp bugs and fixed api issues
This commit is contained in:
@@ -37,7 +37,7 @@ class ProfileController extends Controller
|
||||
// 'email' => 'required|unique:users,email,' . $request->id . '',
|
||||
// 'contact_number' => 'required|numeric|digits:10|unique:users,contact_number,' . $request->id . '',
|
||||
'profile_image' => 'image|mimes:jpeg,jpg,png|max:2000',
|
||||
'address' => 'required'
|
||||
'address' => 'required|max:255'
|
||||
], [
|
||||
'required' => 'The :attribute field must be required',
|
||||
// 'unique' => 'The :attribute field must be unique',
|
||||
|
||||
Reference in New Issue
Block a user