mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +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
|
||||
|
||||
class_alias('Rhymix\Framework\DB', 'DB');
|
||||
class DB extends Rhymix\Framework\DB
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue