mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 12:52:19 +09:00
Remove trailing whitespace in admin module
This commit is contained in:
parent
a9f72a5cd2
commit
1dca4adf42
21 changed files with 230 additions and 230 deletions
|
|
@ -20,14 +20,14 @@ class Design extends Base
|
|||
|
||||
/**
|
||||
* Subroutine for the above.
|
||||
*
|
||||
*
|
||||
* @param object $vars
|
||||
* @return void
|
||||
*/
|
||||
public function updateDefaultDesignInfo(object $vars): void
|
||||
{
|
||||
$vars->module_skin = json_decode($vars->module_skin);
|
||||
|
||||
|
||||
$siteDesignPath = \RX_BASEDIR . 'files/site_design/';
|
||||
if (!is_dir($siteDesignPath))
|
||||
{
|
||||
|
|
@ -77,7 +77,7 @@ class Design extends Base
|
|||
|
||||
/**
|
||||
* Subroutine for the above;
|
||||
*
|
||||
*
|
||||
* @param object $designInfo
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue