Revert "nothing to change"

This reverts commit 28faf9728d.
This commit is contained in:
sujitprasad
2016-02-25 11:37:15 +05:30
parent 28faf9728d
commit 5126664a24
3 changed files with 1 additions and 17 deletions

View File

@@ -214,7 +214,7 @@ Route::group(['middleware' => 'role.agent', 'middleware' => 'auth'], function ()
Route::get('profile-edit', ['as' => 'agent-profile-edit', 'uses' => 'Agent\helpdesk\UserController@getProfileedit']); /* User profile edit get */
Route::patch('agent-profile', ['as' => 'agent-profile', 'uses' => 'Agent\helpdesk\UserController@postProfilEedit']); /* User Profile Post */
Route::patch('agent-profile', ['as' => 'agent-profile', 'uses' => 'Agent\helpdesk\UserController@postProfileedit']); /* User Profile Post */
Route::patch('agent-profile-password/{id}', 'Agent\helpdesk\UserController@postProfilePassword'); /* Profile Password Post */