可能在外部实例化,修改Model类为非抽象类

This commit is contained in:
TOP糯米 2019-06-13 16:48:17 +08:00
parent be9a922391
commit 3d73af0c26
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace top\library;
*
* @author topnuomi 2018年11月23日
*/
abstract class Model {
class Model {
// 数据库操作实例
private $db;