mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix unnecessary semicolon
This commit is contained in:
parent
3c415e18d5
commit
7cac909435
1 changed files with 3 additions and 2 deletions
|
|
@ -986,14 +986,15 @@ class DocumentModel extends Document
|
|||
}
|
||||
|
||||
/**
|
||||
* Wanted to set document information
|
||||
* Get document module config
|
||||
*
|
||||
* @return object
|
||||
*/
|
||||
public static function getDocumentConfig()
|
||||
{
|
||||
if (self::$_config === null)
|
||||
{
|
||||
self::$_config = ModuleModel::getModuleConfig('document') ?: new stdClass;;
|
||||
self::$_config = ModuleModel::getModuleConfig('document') ?: new stdClass;
|
||||
}
|
||||
return self::$_config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue