fix confilict
This commit is contained in:
@@ -53,4 +53,5 @@ class ProfileController extends Controller
|
||||
|
||||
return $this->successResponse();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -33,3 +33,4 @@ Route::prefix('profile')
|
||||
Route::post('edit', 'edit')->name('edit');
|
||||
Route::post('change_password', 'changePassword')->name('changePassword');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user