Remove trailing whitespace in admin module

This commit is contained in:
Kijin Sung 2023-01-17 20:59:21 +09:00
parent a9f72a5cd2
commit 1dca4adf42
21 changed files with 230 additions and 230 deletions

View file

@ -2,24 +2,24 @@
/**
* Preserved for backward compatibility
*
*
* @deprecated
*/
class AdminAdminView extends Admin
{
/**
* Make the admin menu.
*
*
* @deprecated
*/
public function makeGnbUrl($module = 'admin')
{
Rhymix\Modules\Admin\Controllers\Base::getInstance()->loadAdminMenu($module);
}
/**
* Display FTP Configuration(settings) page
*
*
* @deprecated
*/
public function dispAdminConfigFtp()