代码功能更新
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* 系统配置模型
|
||||
*/
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use laytp\BaseModel;
|
||||
|
||||
class Conf extends BaseModel
|
||||
{
|
||||
protected $name = 'conf';
|
||||
}
|
||||
Reference in New Issue
Block a user