mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Convert DB class into an alias of Rhymix\Framework\DB, instead of extending it
This commit is contained in:
parent
07c809a9ef
commit
9d3b5924e9
1 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,3 @@
|
|||
<?php
|
||||
|
||||
class DB extends Rhymix\Framework\DB
|
||||
{
|
||||
|
||||
}
|
||||
class_alias('Rhymix\Framework\DB', 'DB');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue