mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Class명 수정
This commit is contained in:
parent
435710b72a
commit
3b1a733a42
1 changed files with 2 additions and 2 deletions
|
|
@ -215,7 +215,7 @@ class DB
|
|||
*/
|
||||
function getEnableList()
|
||||
{
|
||||
is_a($this, 'Context') ? $self = $this : $self = self::getInstance();
|
||||
is_a($this, 'DB') ? $self = $this : $self = self::getInstance();
|
||||
|
||||
if(!$self->supported_list)
|
||||
{
|
||||
|
|
@ -244,7 +244,7 @@ class DB
|
|||
*/
|
||||
function getDisableList()
|
||||
{
|
||||
is_a($this, 'Context') ? $self = $this : $self = self::getInstance();
|
||||
is_a($this, 'DB') ? $self = $this : $self = self::getInstance();
|
||||
|
||||
if(!$self->supported_list)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue