mirror of
https://github.com/friendica/friendica
synced 2025-04-22 21:10:10 +00:00
mv Uexport to UserExport
This commit is contained in:
parent
048b693fbf
commit
15cdfdd414
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Modules/Settings/Uexport.php
|
||||
* @file src/Modules/Settings/UserExport.php
|
||||
*/
|
||||
|
||||
namespace Friendica\Module\Settings;
|
||||
|
@ -19,7 +19,7 @@ use Friendica\Module\BaseSettingsModule;
|
|||
/**
|
||||
* Module to export user data
|
||||
**/
|
||||
class Uexport extends BaseSettingsModule
|
||||
class UserExport extends BaseSettingsModule
|
||||
{
|
||||
/**
|
||||
* Handle the request to export data.
|
Loading…
Add table
Add a link
Reference in a new issue