Reformat Module\Settings\UserExport
- Import IHandleUserSessions and DbaDefinition object in constructor - Convert remaining double quotes to single quotes - Convert static methods to dynamic to use class properties - Remove unused POST permission from route
This commit is contained in:
parent
a3651e464d
commit
142b399c84
2 changed files with 73 additions and 50 deletions
|
@ -574,7 +574,7 @@ return [
|
|||
'/photo[/new]' => [Module\Settings\Profile\Photo\Index::class, [R::GET, R::POST]],
|
||||
'/photo/crop/{guid}' => [Module\Settings\Profile\Photo\Crop::class, [R::GET, R::POST]],
|
||||
],
|
||||
'/userexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET, R::POST]],
|
||||
'/userexport[/{action}]' => [Module\Settings\UserExport::class, [R::GET ]],
|
||||
],
|
||||
|
||||
'/network' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue