mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-05 21:06:07 -06:00
fixed sentry errors
This commit is contained in:
parent
72179e6fb6
commit
8db5fd98d2
@ -68,6 +68,7 @@ class ProfileModuleServiceProvider extends AddonServiceProvider
|
|||||||
'profile/class/extendTime/{id},{type}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@extendAds',
|
'profile/class/extendTime/{id},{type}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@extendAds',
|
||||||
'profile/message/show/{id}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@showMessage',
|
'profile/message/show/{id}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@showMessage',
|
||||||
'profile/close-account' => [
|
'profile/close-account' => [
|
||||||
|
'middleware' => 'auth',
|
||||||
'as' => 'visiosoft.module.profile::profile_close_account',
|
'as' => 'visiosoft.module.profile::profile_close_account',
|
||||||
'uses' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@disableAccount'
|
'uses' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@disableAccount'
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user