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