mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Remove unnecessary reference operator from DB and Cache classes
This commit is contained in:
parent
4ea9ab02ec
commit
6876eac464
2 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ class DB
|
|||
* @param string $db_type type of db
|
||||
* @return DB return DB object instance
|
||||
*/
|
||||
function &getInstance($db_type = NULL)
|
||||
function getInstance($db_type = NULL)
|
||||
{
|
||||
if(!$db_type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue