fixing freedcamp bugs and fixed api issues

This commit is contained in:
Ritikesh yadav
2024-04-24 15:20:53 +05:30
parent 6ee414be9e
commit 4266fee824
100 changed files with 8806 additions and 8325 deletions

View File

@@ -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',